diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3fe874f..97b78bf 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 \ No newline at end of file