mirror of https://github.com/commaai/tinygrad.git
fixed OpenCL installation while running tests (#262)
Co-authored-by: dinesh <dinesh-GDK>
This commit is contained in:
parent
a89d12d735
commit
2146860307
|
@ -42,6 +42,8 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v2
|
||||
- name: Update packages
|
||||
run: sudo apt-get update
|
||||
- name: Install OpenCL
|
||||
run: sudo apt-get install pocl-opencl-icd
|
||||
- name: Set up Python 3.8
|
||||
|
@ -60,6 +62,8 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v2
|
||||
- name: Update packages
|
||||
run: sudo apt-get update
|
||||
- name: Install OpenCL
|
||||
run: sudo apt-get install pocl-opencl-icd
|
||||
- name: Set up Python 3.8
|
||||
|
|
Loading…
Reference in New Issue