fixed OpenCL installation while running tests (#262)

Co-authored-by: dinesh <dinesh-GDK>
This commit is contained in:
Dinesh Kumar Gnanasekaran
2021-06-12 11:14:21 -07:00
committed by GitHub
co-authored by dinesh <dinesh-GDK>
parent a89d12d735
commit 2146860307
+4
View File
@@ -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