Skip to content

Commit 8469712

Browse files
author
Diptorup Deb
authored
Merge pull request #1133 from IntelPython/fix/pin_ci_conda_channels
Pin CI conda channels
2 parents 8b0d09c + 28a89ad commit 8469712

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/conda-package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,9 @@ jobs:
157157
echo "PACKAGE_VERSION=$PACKAGE_VERSION" >> $GITHUB_ENV
158158
159159
# We want to make sure that all dependecies install automatically.
160+
# intel::intel-opencl-rt is needed for set-intel-ocl-icd-registry.ps1
160161
- name: Install builded package
161-
run: mamba install ${{ env.PACKAGE_NAME }}=${{ env.PACKAGE_VERSION }} opencl_rt pytest -c ${{ env.CHANNEL_PATH }}
162+
run: mamba install ${{ env.PACKAGE_NAME }}=${{ env.PACKAGE_VERSION }} intel::intel-opencl-rt pytest -c ${{ env.CHANNEL_PATH }}
162163

163164
- name: Setup OpenCL CPU device
164165
if: runner.os == 'Windows'

0 commit comments

Comments
 (0)