Skip to content

Commit 1ef2e35

Browse files
committed
Remove conda-build test override-channels
1 parent 0022bcb commit 1ef2e35

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
@@ -174,7 +174,7 @@ jobs:
174174
# We want to make sure that all dependecies install automatically.
175175
# intel-opencl-rt is needed for set-intel-ocl-icd-registry.ps1
176176
- 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
177+
run: conda install ${{ env.PACKAGE_NAME }}=${{ env.PACKAGE_VERSION }} intel-opencl-rt -c ${{ env.CHANNEL_PATH }}
178178

179179
- name: Setup OpenCL CPU device
180180
if: runner.os == 'Windows'

0 commit comments

Comments
 (0)