spec test on 3.14 (#12957)

This commit is contained in:
George Hotz
2025-11-19 00:43:04 -08:00
committed by GitHub
parent a438c277de
commit 1a332afa76

View File

@@ -306,6 +306,7 @@ jobs:
with:
key: spec-unit
deps: testing_unit
python-version: '3.14'
- name: Test SPEC=2
run: IGNORE_OOB=0 SPEC=2 PYTHONPATH="." pytest --maxfail=10 -n auto --durations=30 --ignore=test/models --ignore test/unit/test_hashing.py --timeout 60 -k "not test_setitem_big" --splits 2 --group ${{ matrix.group }}