Skip to content

Commit

Permalink
🔧 Another try by changing order of deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tibonihoo committed Apr 29, 2024
1 parent 3aecd86 commit ed358d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/automatic-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade --force-reinstall pip
pip uninstall -y oauth-dropins
pip install --upgrade --force-reinstall pytest
pip install --upgrade --force-reinstall -r requirements-tests.txt
- name: Lint with flake8
Expand Down
2 changes: 1 addition & 1 deletion requirements_base.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Django>=2.2,<2.3
feedparser
beautifulsoup4
oauth-dropins==6.3
granary==5
oauth-dropins
tweepy
python-dateutil
six # for feedfinder2
Expand Down

0 comments on commit ed358d1

Please sign in to comment.