enable the openpilot test

This commit is contained in:
George Hotz
2022-08-21 12:05:48 -07:00
parent a8734df030
commit 0aca848d10

View File

@@ -103,9 +103,8 @@ jobs:
run: OPT=1 GPU=1 python -m pytest -s -v
testopencl:
name: OpenCL (openpilot) Test
name: openpilot (OpenCL) Test
runs-on: ubuntu-20.04
if: ${{ false }}
steps:
- name: Checkout Code