mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-06-24 02:14:17 +00:00
hotfix: skip test/amd in macpytest
This commit is contained in:
parent
4680247e35
commit
b7dade2adf
1 changed files with 1 additions and 1 deletions
2
.github/workflows/benchmark.yml
vendored
2
.github/workflows/benchmark.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue