diff --git a/.github/workflows/continuous-integration-workflow.yaml b/.github/workflows/continuous-integration-workflow.yaml index da7eed85..9cbb79b8 100644 --- a/.github/workflows/continuous-integration-workflow.yaml +++ b/.github/workflows/continuous-integration-workflow.yaml @@ -31,7 +31,7 @@ jobs: - name: Run coverage if: matrix.os == 'ubuntu-latest' run: | - pip install pytest coverage coveralls + pip install pytest pytest-cov coverage run -m pytest tests/ - name: Upload coverage to coveralls if: matrix.os == 'ubuntu-latest'