hotfix: skip test/amd in macpytest

This commit is contained in:
2026-02-12 18:16:04 +08:00
parent 4680247e35
commit b7dade2adf
+1 -1
View File
@@ -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