diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 989a18e..9133fd9 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -39,8 +39,8 @@ jobs: py.test test - name: Generate coverage report run: | - pip install pytest<=7.4.4 - pip install pytest-cov~=4.1.0 + pip install pytest==7.4.4 + pip install pytest-cov==4.1.0 pytest --cov=./ --cov-report=xml - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v3