fix: add pytest step
Some checks failed
CI / test (push) Failing after 9s

This commit is contained in:
2026-02-02 04:40:15 +00:00
parent 7dd57d3efa
commit a3d6c55df0

View File

@@ -17,3 +17,6 @@ jobs:
python3 -m pip install --upgrade pip python3 -m pip install --upgrade pip
python3 -m pip install click pyyaml rich pytest ruff python3 -m pip install click pyyaml rich pytest ruff
python3 -m pip install -e . python3 -m pip install -e .
- name: Run tests
run: python3 -m pytest tests/ -v --tb=short