Skip to content

Commit

Permalink
Removed another instance of the pip workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Oct 25, 2022
1 parent 8a3e42b commit 91931b8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -39,8 +39,6 @@ jobs:
with:
path: ~/.cache/pip
key: pip-test-${{ matrix.python-version }}-${{ matrix.os }}
- name: Work around a problem with pip 22.1
run: pip install "pip>=22.1.1"
- name: Install dependencies
run: pip install .[test] coverage[toml] coveralls
- name: Test with pytest
Expand Down

0 comments on commit 91931b8

Please sign in to comment.