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 0022bcb commit 1ef2e35Copy full SHA for 1ef2e35
.github/workflows/conda-package.yml
@@ -174,7 +174,7 @@ jobs:
174
# We want to make sure that all dependecies install automatically.
175
# intel-opencl-rt is needed for set-intel-ocl-icd-registry.ps1
176
- name: Install built package
177
- run: conda install ${{ env.PACKAGE_NAME }}=${{ env.PACKAGE_VERSION }} intel-opencl-rt -c conda-forge -c ${{ env.CHANNEL_PATH }} --override-channels
+ 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'
0 commit comments