weee, opencl tests in CI

This commit is contained in:
George Hotz 2020-11-10 10:04:45 -08:00
parent d47a128812
commit df64658a2c
1 changed files with 1 additions and 3 deletions

View File

@ -23,9 +23,7 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v2
- name: Install OpenCL
run: sudo apt-get install pocl-opencl-icd clinfo
- name: ClInfo
run: clinfo
run: sudo apt-get install pocl-opencl-icd
- name: Set up Python 3.8
uses: actions/setup-python@v2
with: