diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3e54d72..77d65b2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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