Skip to content

Commit

Permalink
🔧 Another try
Browse files Browse the repository at this point in the history
  • Loading branch information
tibonihoo committed Apr 29, 2024
1 parent 1016f57 commit dca6a54
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/automatic-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install --upgrade pytest
pip install --upgrade -r requirements-tests.txt
pip install --upgrade git+https://github.com/snarfed/oauth-dropins.git#egg=oauth_dropins
python -m pip install --upgrade --force-reinstall pip
pip install --upgrade --force-reinstall pytest
pip install --upgrade --force-reinstall -r requirements-tests.txt
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down

0 comments on commit dca6a54

Please sign in to comment.