Skip to content

Commit

Permalink
work around pocl problems (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Kienzle authored and dehoni committed Apr 8, 2024
1 parent 4e135a1 commit 108c0c2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,8 @@ jobs:
choco install opencl-intel-cpu-runtime
python -m pip install --only-binary=pyopencl --find-links http://www.silx.org/pub/wheelhouse/ --trusted-host www.silx.org pyopencl
<<<<<<< HEAD
- name: Test with pytest
=======
- name: Test with pytest (only on Windows for now since PoCL is failing on Ubuntu)
>>>>>>> 6b80a438 (work around pocl problems (for now))

env:
PYOPENCL_COMPILER_OUTPUT: 1
SAS_OPENCL: none
Expand Down

0 comments on commit 108c0c2

Please sign in to comment.