mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-04-29 03:00:14 -04:00
maybe that's a better way to do this
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -100,7 +100,7 @@ jobs:
|
||||
- name: Install Dependencies
|
||||
run: pip install -e '.[gpu,testing]'
|
||||
- name: Run Pytest (default)
|
||||
run: OPT=3 GPU=1 python -m pytest -s -v
|
||||
run: OPT=1 GPU=1 python -m pytest -s -v
|
||||
|
||||
testopencl:
|
||||
name: OpenCL Tests
|
||||
|
||||
Reference in New Issue
Block a user