Skip to content

Commit deb57f3

Browse files
committed
ci: add OpenCL ICD loader installation step to Python tests matrix job
1 parent 1517c6b commit deb57f3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,11 @@ jobs:
9191
RUST_SRC_B64_12: ${{ secrets.RUST_SRC_B64_12 }}
9292
run: python scripts/pack_rust_core.py unpack --from-env
9393

94+
- name: Install OpenCL ICD loader + CPU runtime
95+
run: |
96+
sudo apt-get update
97+
sudo apt-get install -y ocl-icd-opencl-dev pocl-opencl-icd
98+
9499
# A9-08: `maturin develop` requires an active virtualenv and errors out
95100
# without one. Create it and put it on PATH for every later step.
96101
- name: Create virtualenv

0 commit comments

Comments
 (0)