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 committed Jan 29, 2024
1 parent 8a2a933 commit fb8d610
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +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
- name: Test with pytest
- name: Test with pytest (only on Windows for now since PoCL is failing on Ubuntu)
if: ${{ matrix.os == 'windows-latest' }}
env:
PYOPENCL_COMPILER_OUTPUT: 1
run: |
Expand Down

0 comments on commit fb8d610

Please sign in to comment.