4848 echo "WHEELS_OUTPUT_FOLDER=$GITHUB_WORKSPACE${{ runner.os == 'Linux' && '/' || '\\' }}" >> $GITHUB_ENV
4949 - name : Build conda package
5050 run : |
51- CHANNELS="-c intel -c conda-forge --override-channels"
51+ CHANNELS="-c intel/label/validation -c intel -c conda-forge --override-channels"
5252 VERSIONS="--python ${{ matrix.python }}"
5353 TEST="--no-test"
5454 conda build \
@@ -104,7 +104,7 @@ jobs:
104104 - name : Build conda package
105105 env :
106106 OVERRIDE_INTEL_IPO : 1 # IPO requires more resources that GH actions VM provides
107- run : conda build --no-test --python ${{ matrix.python }} -c intel -c conda-forge --override-channels conda-recipe
107+ run : conda build --no-test --python ${{ matrix.python }} -c intel/label/validation -c intel -c conda-forge --override-channels conda-recipe
108108 - name : Upload artifact
109109 uses : actions/upload-artifact@v3
110110 with :
@@ -127,7 +127,7 @@ jobs:
127127 runner : [ubuntu-20.04]
128128 continue-on-error : ${{ matrix.experimental }}
129129 env :
130- CHANNELS : -c intel -c conda-forge --override-channels
130+ CHANNELS : -c intel/label/validation -c intel -c conda-forge --override-channels
131131
132132 steps :
133133 - name : Download artifact
@@ -212,7 +212,7 @@ jobs:
212212 continue-on-error : ${{ matrix.experimental }}
213213 env :
214214 workdir : ' ${{ github.workspace }}'
215- CHANNELS : -c intel -c conda-forge --override-channels
215+ CHANNELS : -c intel/label/validation -c intel -c conda-forge --override-channels
216216
217217 steps :
218218 - name : Download artifact
@@ -271,7 +271,7 @@ jobs:
271271 ${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-
272272 - name : Install opencl_rt
273273 shell : cmd /C CALL {0}
274- run : conda install -n dpctl_test opencl_rt -c intel --override-channels
274+ run : conda install -n dpctl_test opencl_rt -c intel/label/validation -c intel --override-channels
275275 - name : Install dpctl
276276 shell : cmd /C CALL {0}
277277 run : |
@@ -432,7 +432,7 @@ jobs:
432432 runner : [ubuntu-20.04]
433433 continue-on-error : ${{ matrix.experimental }}
434434 env :
435- CHANNELS : -c intel -c conda-forge --override-channels
435+ CHANNELS : -c intel/label/validation -c intel -c conda-forge --override-channels
436436
437437 steps :
438438 - name : Install conda-build
@@ -490,7 +490,7 @@ jobs:
490490 shell : bash -l {0}
491491 run : |
492492 source $CONDA/etc/profile.d/conda.sh
493- CHANNELS="-c $GITHUB_WORKSPACE/channel -c dppy/label/dev -c intel -c conda-forge --override-channels"
493+ CHANNELS="-c $GITHUB_WORKSPACE/channel -c dppy/label/dev -c intel/label/validation -c intel -c conda-forge --override-channels"
494494 export PACKAGE_VERSION=$(python -c "${VER_SCRIPT1} ${VER_SCRIPT2}")
495495 conda install -n examples -y ${CHANNELS} dpctl=${PACKAGE_VERSION} dpnp">=0.10.1" || exit 1
496496 - name : Build and run examples of pybind11 extensions
@@ -575,7 +575,7 @@ jobs:
575575 runner : [ubuntu-20.04]
576576 continue-on-error : ${{ matrix.experimental }}
577577 env :
578- CHANNELS : -c intel -c conda-forge --override-channels
578+ CHANNELS : -c intel/label/validation -c intel -c conda-forge --override-channels
579579 steps :
580580 - name : Cache array API tests
581581 id : cache-array-api-tests
0 commit comments