From b7dade2adf6f420fc78c57d9a113a0cebc9581fa Mon Sep 17 00:00:00 2001 From: George Hotz Date: Thu, 12 Feb 2026 18:16:04 +0800 Subject: [PATCH] hotfix: skip test/amd in macpytest --- .github/workflows/benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 7d66d4aac8..298cc83e2f 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -56,7 +56,7 @@ jobs: - name: Run pytest -nauto run: | source /tmp/tinygrad_pytest_ci/bin/activate - pytest -nauto --durations=20 + pytest -nauto --ignore test/amd/ --durations=20 testmacbenchmark: name: Mac Benchmark