Use PYTHONPATH to run tests
Some checks failed
CI / test (push) Failing after 1s

This commit is contained in:
2026-02-01 21:05:10 +00:00
parent 328d64b126
commit 1f2f8cb0ad

View File

@@ -10,10 +10,9 @@ jobs:
steps:
- run: whoami
- run: python3 --version
- name: Install package dependencies
run: |
pip install pytest pyyaml click rich jinja2 jsonschema prompt_toolkit
- name: Install confgen in dev mode
run: pip install -e /app
- name: Install dependencies
run: pip install pytest pyyaml click rich jinja2 jsonschema prompt_toolkit tomli
- name: Set PYTHONPATH
run: export PYTHONPATH=/app/src:$PYTHONPATH
- name: Run tests
run: pytest /app/tests/ -v --tb=short