fixed OpenCL installation while running tests (#262)

Co-authored-by: dinesh <dinesh-GDK>
This commit is contained in:
Dinesh Kumar Gnanasekaran
2021-06-12 23:44:21 +05:30
committed by GitHub
parent a89d12d735
commit 2146860307

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