diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 5cbf939..e363a97 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -20,4 +20,5 @@ jobs: python3 -m poetry env info - name: Run the automated tests run: | - python3 -m poetry run python -m pytest tests + source .venv/bin/activate + poetry run pytest tests