mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-09 15:08:02 -05:00
spec test on 3.14 (#12957)
This commit is contained in:
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@@ -306,6 +306,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
key: spec-unit
|
key: spec-unit
|
||||||
deps: testing_unit
|
deps: testing_unit
|
||||||
|
python-version: '3.14'
|
||||||
- name: Test SPEC=2
|
- 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 }}
|
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 }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user