Skip to content

Commit

Permalink
specify pip~=22.1 because of pypa/pip#11294
Browse files Browse the repository at this point in the history
  • Loading branch information
paavopere committed Jul 25, 2022
1 parent 9ff38af commit 8aec95f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -17,7 +17,7 @@ jobs:

- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install pip~=22.1
python -m pip install -e '.[test]'
- name: Run tests
run: pytest --cov --cov-report=term-missing

0 comments on commit 8aec95f

Please sign in to comment.