diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 93f1e575..1a8340c9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -48,7 +48,7 @@ jobs: - name: Install Pytest run: | python -m pip install --upgrade pip setuptools wheel - pip install pytest hacking pytest-cov + pip install pytest hacking pytest-cov coverage==6.3.1 - name: Install python package run: pip install . - name: Run Pytest