We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ef2e35 commit f924da6Copy full SHA for f924da6
.github/workflows/conda-package.yml
@@ -176,13 +176,6 @@ jobs:
176
- name: Install built package
177
run: conda install ${{ env.PACKAGE_NAME }}=${{ env.PACKAGE_VERSION }} intel-opencl-rt -c ${{ env.CHANNEL_PATH }}
178
179
- - name: Setup OpenCL CPU device
180
- if: runner.os == 'Windows'
181
- shell: pwsh
182
- run: |
183
- $script_path="$env:CONDA_PREFIX\Scripts\set-intel-ocl-icd-registry.ps1"
184
- &$script_path
185
-
186
- name: List installed packages
187
run: conda list
188
0 commit comments