Install package then run tests
Some checks failed
CI / test (push) Failing after 1s

This commit is contained in:
2026-02-01 21:07:40 +00:00
parent 40435793d9
commit 354c3adfe8

View File

@@ -7,5 +7,5 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- run: python3 --version - run: python3 --version
- run: pip install pytest pyyaml click rich jinja2 jsonschema prompt_toolkit tomli - run: pip install -e .
- run: pytest tests/ -v --tb=short - run: pytest tests/ -v --tb=short