Skip to content

Commit

Permalink
Use pip to install pyopencl for all OSes
Browse files Browse the repository at this point in the history
  • Loading branch information
krzywon committed Nov 19, 2024
1 parent 8f0071d commit a9a5d53
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,20 +37,8 @@ jobs:
python -m pip install wheel setuptools
python -m pip install mako
python -m pip install numpy scipy matplotlib docutils pytest sphinx bumps==0.* unittest-xml-reporting tinycc siphash24
- name: setup pyopencl on Linux + macOS
if: ${{ matrix.os != 'windows-latest' }}
run: |
python -m pip install pyopencl
- name: setup pyopencl on Windows
if: ${{ matrix.os == 'windows-latest' }}
run: |
python -m pip install pytools mako cffi
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 (only on Windows for now since PoCL is failing on Ubuntu)

env:
Expand Down

0 comments on commit a9a5d53

Please sign in to comment.