Skip to content

Commit f924da6

Browse files
committed
Remove opencl manual install
1 parent 1ef2e35 commit f924da6

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/conda-package.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -176,13 +176,6 @@ jobs:
176176
- name: Install built package
177177
run: conda install ${{ env.PACKAGE_NAME }}=${{ env.PACKAGE_VERSION }} intel-opencl-rt -c ${{ env.CHANNEL_PATH }}
178178

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-
186179
- name: List installed packages
187180
run: conda list
188181

0 commit comments

Comments
 (0)