Skip to content

Commit

Permalink
Possible for the broken install deps step
Browse files Browse the repository at this point in the history
  • Loading branch information
hkage committed Jul 27, 2023
1 parent 49947b8 commit d22a634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox<4 tox-factor coverage
pip install "tox<4" tox-factor coverage
- name: Lint with flake8
run: tox -e flake8
if: matrix.python-version == '3.8'
Expand Down

0 comments on commit d22a634

Please sign in to comment.