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

This commit is contained in:
2026-02-01 21:08:11 +00:00
parent 354c3adfe8
commit c3b2643512

View File

@@ -7,5 +7,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: python3 --version
- run: pip install --upgrade pip setuptools wheel
- run: pip install -e .
- run: pytest tests/ -v --tb=short