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