diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bb1e319c..7b434287 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: