Add checkout action
Some checks failed
CI / test (push) Failing after 3s

This commit is contained in:
2026-02-01 21:08:41 +00:00
parent c3b2643512
commit 35e19afa1f

View File

@@ -6,6 +6,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: python3 --version
- run: pip install --upgrade pip setuptools wheel
- run: pip install -e .