Use GITHUB_ENV for PYTHONPATH
Some checks failed
CI / test (push) Failing after 1s

This commit is contained in:
2026-02-01 21:05:43 +00:00
parent 1f2f8cb0ad
commit 6bb16babf6

View File

@@ -13,6 +13,6 @@ jobs:
- name: Install dependencies
run: pip install pytest pyyaml click rich jinja2 jsonschema prompt_toolkit tomli
- name: Set PYTHONPATH
run: export PYTHONPATH=/app/src:$PYTHONPATH
run: echo "PYTHONPATH=/app" >> $GITHUB_ENV
- name: Run tests
run: pytest /app/tests/ -v --tb=short