Test pytest installation and run
Some checks failed
CI / test (push) Failing after 1s

This commit is contained in:
2026-02-01 21:03:57 +00:00
parent 251ee3ea1d
commit 28f756c544

View File

@@ -10,4 +10,5 @@ jobs:
steps: steps:
- run: whoami - run: whoami
- run: python3 --version - run: python3 --version
- run: pip --version - run: pip install pytest
- run: pytest tests/ -v --tb=short