exclude GPU on tiny (#766)

This commit is contained in:
George Hotz
2023-05-05 10:07:23 -07:00
committed by GitHub
parent f2a964f447
commit 81aa3e546b
4 changed files with 18 additions and 6 deletions

View File

@@ -21,7 +21,7 @@ repos:
pass_filenames: false
- id: tests
name: subset of (CPU) tests
entry: env CPU=1 pytest test/unit/ test/test_ops.py
entry: env CPU=1 EXCLUDE_DEVICES=GPU pytest test/unit/ test/test_ops.py
language: system
always_run: true
pass_filenames: false