fix: handle unbound PYTHONPATH in CI
Some checks failed
CI/CD Pipeline / Code Quality Checks (push) Successful in 2m25s
CI/CD Pipeline / Run Tests (push) Failing after 2m42s
CI/CD Pipeline / Build & Push Images (push) Successful in 17s
CI/CD Pipeline / Deploy (prod) (push) Has been skipped
CI/CD Pipeline / Deploy (dev) (push) Failing after 1s

Co-Authored-By: Warp <agent@warp.dev>
This commit is contained in:
2026-02-10 11:47:04 +01:00
parent cdc30400f8
commit e1959cd5b5

View File

@@ -97,7 +97,7 @@ jobs:
run: | run: |
set -euo pipefail set -euo pipefail
. .venv/bin/activate . .venv/bin/activate
export PYTHONPATH="${PWD}/src:${PYTHONPATH}" export PYTHONPATH="${PWD}/src:${PYTHONPATH:-}"
python src/manage.py test tests --verbosity=2 python src/manage.py test tests --verbosity=2
build_push: build_push: