Skip checkout, just install and test
Some checks failed
CI / test (push) Failing after 2s

This commit is contained in:
2026-02-01 05:27:47 +00:00
parent 01ca9adbb0
commit dfbc60744d

View File

@@ -6,7 +6,11 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Test
- name: Install
run: |
echo "Testing..."
ls -la
python3 -m ensurepip --upgrade 2>/dev/null || true
python3 -m pip install --upgrade pip
python3 -m pip install -e .
python3 -m pip install pytest
- name: Test
run: python3 -m pytest tests/ -v