diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index f168245..e46606a 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -13,7 +13,7 @@ jobs: - run: pip install -r requirements.txt # install pytest-cov - - run: pip install pytest-cov + - run: pip install pytest-cov==v6.0.0 # run unittest and covertest - run: pytest -v --cov=.