hotfix: skip test/amd in macpytest

This commit is contained in:
George Hotz 2026-02-12 18:16:04 +08:00
commit b7dade2adf

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