Moved sourcing
Some checks failed
Remote Deployment Pipeline / Prepare Context (pull_request) Successful in 2s
Remote Deployment Pipeline / Deploy (Staging) (pull_request) Has been skipped
Remote Deployment Pipeline / Deploy (Pre-Prod) (pull_request) Successful in 1m9s
Remote Deployment Pipeline / Deploy (Dev/Preview) (pull_request) Failing after 42s
Remote Deployment Pipeline / Cleanup Preview (pull_request) Has been skipped
Remote Deployment Pipeline / Deploy (Production) (pull_request) Has been skipped

This commit is contained in:
2026-01-15 21:30:00 +01:00
parent de03b9625c
commit f60d9bb66c

View File

@@ -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/