pytest deps

This commit is contained in:
George Hotz 2026-03-03 17:29:44 +08:00
commit 5e1c5304ec

View file

@ -256,6 +256,7 @@ jobs:
uses: ./.github/actions/setup-tinygrad
with:
key: null-schedule
deps: testing_unit
- name: Run NULL backend tests
run: NULL=1 python -m pytest -n=auto test/null/ --durations=20
- name: Run targetted tests on NULL backend