mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-22 13:28:06 -05:00
fixed OpenCL installation while running tests (#262)
Co-authored-by: dinesh <dinesh-GDK>
This commit is contained in:
committed by
GitHub
parent
a89d12d735
commit
2146860307
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user