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 3c76c87 commit 8b5f86dCopy full SHA for 8b5f86d
.github/workflows/conda-package.yml
@@ -170,7 +170,7 @@ jobs:
170
# We want to make sure that all dependecies install automatically.
171
# intel::intel-opencl-rt is needed for set-intel-ocl-icd-registry.ps1
172
- 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 }}
+ 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
174
175
- name: Setup OpenCL CPU device
176
if: runner.os == 'Windows'
0 commit comments