Full CI workflow
Some checks failed
CI / test (push) Failing after 7s

This commit is contained in:
2026-02-01 21:13:10 +00:00
parent a56f093fa9
commit bf33a44738

View File

@@ -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