We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4197de commit 4993da1Copy full SHA for 4993da1
1 file changed
.github/workflows/ci.yaml
@@ -32,7 +32,7 @@ jobs:
32
- name : Windows OpenCL support
33
if: runner.os == 'Windows'
34
run: |
35
- choco install intel-opencl-sdk --no-progress --yes
+ choco install opencl-intel-cpu-runtime --no-progress --yes
36
37
- name: Set up Python ${{ matrix.python-version }}
38
uses: actions/setup-python@v5
0 commit comments