4444 run : conda install conda-build
4545 - name : Build conda package
4646 run : |
47- CHANNELS="-c dppy/label/tools -c intel -c main --override-channels"
47+ CHANNELS="-c intel -c conda-forge --override-channels"
4848 VERSIONS="--python ${{ matrix.python }}"
4949 TEST="--no-test"
5050 conda build \
9090 ${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-python-${{ matrix.python }}-
9191 ${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-
9292 - name : Build conda package
93- run : conda build --no-test --python ${{ matrix.python }} -c intel -c main --override-channels conda-recipe
93+ run : conda build --no-test --python ${{ matrix.python }} -c intel -c conda-forge --override-channels conda-recipe
9494 - name : Upload artifact
9595 uses : actions/upload-artifact@v3
9696 with :
@@ -108,7 +108,7 @@ jobs:
108108 runner : [ubuntu-20.04]
109109 continue-on-error : ${{ matrix.experimental }}
110110 env :
111- CHANNELS : -c intel -c main --override-channels
111+ CHANNELS : -c intel -c conda-forge --override-channels
112112
113113 steps :
114114 - name : Download artifact
@@ -192,7 +192,7 @@ jobs:
192192 continue-on-error : ${{ matrix.experimental }}
193193 env :
194194 workdir : ' ${{ github.workspace }}'
195- CHANNELS : -c intel -c main --override-channels
195+ CHANNELS : -c intel -c conda-forge --override-channels
196196
197197 steps :
198198 - name : Download artifact
@@ -355,7 +355,7 @@ jobs:
355355 runner : [ubuntu-20.04]
356356 continue-on-error : ${{ matrix.experimental }}
357357 env :
358- CHANNELS : -c intel -c main --override-channels
358+ CHANNELS : -c intel -c conda-forge --override-channels
359359
360360 steps :
361361 - name : Install conda-build
@@ -413,7 +413,7 @@ jobs:
413413 shell : bash -l {0}
414414 run : |
415415 source $CONDA/etc/profile.d/conda.sh
416- CHANNELS="-c $GITHUB_WORKSPACE/channel -c dppy/label/dev -c intel -c main --override-channels"
416+ CHANNELS="-c $GITHUB_WORKSPACE/channel -c dppy/label/dev -c intel -c conda-forge --override-channels"
417417 export PACKAGE_VERSION=$(python -c "${VER_SCRIPT1} ${VER_SCRIPT2}")
418418 conda install -n examples -y ${CHANNELS} dpctl=${PACKAGE_VERSION} dpnp">=0.10.1" || exit 1
419419 - name : Build and run examples of pybind11 extensions
@@ -498,7 +498,7 @@ jobs:
498498 runner : [ubuntu-20.04]
499499 continue-on-error : ${{ matrix.experimental }}
500500 env :
501- CHANNELS : -c intel -c main --override-channels
501+ CHANNELS : -c intel -c conda-forge --override-channels
502502 steps :
503503 - name : Cache array API tests
504504 id : cache-array-api-tests
0 commit comments