Skip to content

Commit 8b5f86d

Browse files
author
Diptorup Deb
committed
fix install built package step
1 parent 3c76c87 commit 8b5f86d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conda-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
# We want to make sure that all dependecies install automatically.
171171
# intel::intel-opencl-rt is needed for set-intel-ocl-icd-registry.ps1
172172
- name: Install built package
173-
run: conda install ${{ env.PACKAGE_NAME }}=${{ env.PACKAGE_VERSION }} https://software.repos.intel.com/python/conda::intel-opencl-rt -c ${{ env.CHANNEL_PATH }}
173+
run: conda install ${{ env.PACKAGE_NAME }}=${{ env.PACKAGE_VERSION }} https://software.repos.intel.com/python/conda::intel-opencl-rt -c ${{ env.CHANNEL_PATH }} --override-channels
174174

175175
- name: Setup OpenCL CPU device
176176
if: runner.os == 'Windows'

0 commit comments

Comments
 (0)