Skip to content

Commit

Permalink
Add missing library in the e2e pipeline script
Browse files Browse the repository at this point in the history
  • Loading branch information
dplocki committed Jan 23, 2024
1 parent 88488f7 commit 5e95fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
python-version: '3.10'

- name: Installing dependencies
run: pip install --upgrade pip pytest pytest-httpserver --quiet
run: pip install --upgrade pip pytest pytest-httpserver feedparser --quiet

- name: Install module
run: pip install -e .
Expand Down

0 comments on commit 5e95fae

Please sign in to comment.