diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 902ca30..8f9b774 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -31,4 +31,4 @@ jobs: - name: Run unit tests run: | set -euo pipefail - pytest . \ No newline at end of file + ./venv/bin/pytest . \ No newline at end of file