diff --git a/.gitea/workflows/workflow.yaml b/.gitea/workflows/workflow.yaml index 05bf29d..26e722c 100644 --- a/.gitea/workflows/workflow.yaml +++ b/.gitea/workflows/workflow.yaml @@ -124,9 +124,9 @@ jobs: # Run E2E Tests echo "Running E2E tests..." # Create venv to avoid polluting system python - source preprod.env python3 -m venv .venv . .venv/bin/activate + source preprod.env pip install -r tests/e2e/requirements.txt pytest tests/e2e/