Skip to content

Commit

Permalink
avoid broken pip versions due to pypa/pip#10851
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Feb 2, 2022
1 parent 4f88ee1 commit 6bd2915
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 @@ -27,7 +27,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade wheel
python -m pip install --upgrade pip setuptools
python -m pip install --upgrade "pip!=22.0.1" "pip!=22.0.2" "pip!=22.0.0" setuptools
python -m pip install .
- name: Lint with flake8
run: |
Expand Down

0 comments on commit 6bd2915

Please sign in to comment.