maybe that's a better way to do this

This commit is contained in:
George Hotz
2022-08-20 08:25:12 -07:00
parent b7d782b921
commit ccd539e93e
2 changed files with 3 additions and 5 deletions

View File

@@ -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