Skip to content

Commit

Permalink
🔧 Try working around a weird install cache issue.
Browse files Browse the repository at this point in the history
Somehow github action keeps using an obsolete version of sources for oauth_dropins.
  • Loading branch information
tibonihoo committed Apr 29, 2024
1 parent 4227bbf commit 87fdcf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/automatic-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
python -m pip install --upgrade pip
pip install --upgrade pytest
pip install --upgrade -r requirements-tests.txt
pip install webapp2 # workaround a weird install cache issue
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down

0 comments on commit 87fdcf5

Please sign in to comment.