From 5e1c5304ec9faac0beaa090fb19e6ec34400d5c2 Mon Sep 17 00:00:00 2001 From: George Hotz Date: Tue, 3 Mar 2026 17:29:44 +0800 Subject: [PATCH] pytest deps --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8084c66a74..866f464ba6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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