This commit is contained in:
@@ -10,5 +10,10 @@ jobs:
|
||||
steps:
|
||||
- run: whoami
|
||||
- run: python3 --version
|
||||
- run: pip install pytest
|
||||
- run: pytest tests/ -v --tb=short
|
||||
- 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: Run tests
|
||||
run: pytest /app/tests/ -v --tb=short
|
||||
|
||||
Reference in New Issue
Block a user