diff --git a/.github/workflows/run-tests-push.yml b/.github/workflows/run-tests-push.yml index 3ba91b2..f2ea5a2 100644 --- a/.github/workflows/run-tests-push.yml +++ b/.github/workflows/run-tests-push.yml @@ -65,6 +65,6 @@ jobs: - run: python3 -m venv /tmp/venv - run: /tmp/venv/bin/python -m pip install --upgrade pip - run: /tmp/venv/bin/python -m pip install -e .[dev] - - run: xvfb-run coverage run --source countess -m pytest tests/ + - run: xvfb-run /tmp/venv/bin/coverage run --source countess -m pytest tests/ - run: echo '### Coverage Report' >> $GITHUB_STEP_SUMMARY - run: /tmp/venv/bin/coverage report --format=markdown --skip-empty --sort=-cover >> $GITHUB_STEP_SUMMARY