ci: ensure repo root on PYTHONPATH when running pytest
All checks were successful
CI / Lint, test, and build (push) Successful in 49s

This commit is contained in:
ngxstat-bot 2025-08-16 05:29:20 -05:00
commit 9c26ae3e90

View file

@ -115,6 +115,7 @@ jobs:
- name: Run tests (pytest) - name: Run tests (pytest)
run: | run: |
. .venv/bin/activate . .venv/bin/activate
export PYTHONPATH="$(pwd)${PYTHONPATH:+:$PYTHONPATH}"
pytest -q --maxfail=1 pytest -q --maxfail=1
- name: Build sample reports (no artifact upload) - name: Build sample reports (no artifact upload)