@@ -10,5 +10,8 @@ jobs:
|
|||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.11'
|
python-version: '3.11'
|
||||||
- name: Install pytest
|
- name: Install dependencies
|
||||||
run: pip install pytest
|
run: |
|
||||||
|
pip install pytest pyyaml click rich jinja2 jsonschema prompt_toolkit tomli
|
||||||
|
- name: Run tests
|
||||||
|
run: pytest tests/ -v --tb=short
|
||||||
|
|||||||
Reference in New Issue
Block a user