disable opencl tests

This commit is contained in:
George Hotz 2022-07-18 08:17:21 -07:00
parent 5093455166
commit a2c4bcf313
1 changed files with 1 additions and 0 deletions

View File

@ -102,6 +102,7 @@ jobs:
testopencl:
name: OpenCL Tests
runs-on: ubuntu-20.04
if: ${{ false }}
steps:
- name: Checkout Code