49
49
- name : Build conda package
50
50
run : |
51
51
# use bootstrap channel to pull NumPy linked with OpenBLAS
52
- CHANNELS="-c dppy/label/bootstrap -c intel/label/validation -c intel -c conda-forge --override-channels"
52
+ CHANNELS="-c dppy/label/bootstrap -c intel -c conda-forge --override-channels"
53
53
VERSIONS="--python ${{ matrix.python }} --numpy 1.23"
54
54
TEST="--no-test"
55
55
conda build \
@@ -105,7 +105,7 @@ jobs:
105
105
- name : Build conda package
106
106
env :
107
107
OVERRIDE_INTEL_IPO : 1 # IPO requires more resources that GH actions VM provides
108
- run : conda build --no-test --python ${{ matrix.python }} -c intel/label/validation -c intel -c conda-forge --override-channels conda-recipe
108
+ run : conda build --no-test --python ${{ matrix.python }} -c intel -c conda-forge --override-channels conda-recipe
109
109
- name : Upload artifact
110
110
uses : actions/upload-artifact@v3
111
111
with :
@@ -128,7 +128,7 @@ jobs:
128
128
runner : [ubuntu-20.04]
129
129
continue-on-error : ${{ matrix.experimental }}
130
130
env :
131
- CHANNELS : -c intel/label/validation -c intel -c conda-forge --override-channels
131
+ CHANNELS : -c intel -c conda-forge --override-channels
132
132
133
133
steps :
134
134
- name : Download artifact
@@ -213,7 +213,7 @@ jobs:
213
213
continue-on-error : ${{ matrix.experimental }}
214
214
env :
215
215
workdir : ' ${{ github.workspace }}'
216
- CHANNELS : -c intel/label/validation -c intel -c conda-forge --override-channels
216
+ CHANNELS : -c intel -c conda-forge --override-channels
217
217
218
218
steps :
219
219
- name : Download artifact
@@ -272,7 +272,7 @@ jobs:
272
272
${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-
273
273
- name : Install opencl_rt
274
274
shell : cmd /C CALL {0}
275
- run : conda install -n dpctl_test opencl_rt -c intel/label/validation -c intel --override-channels
275
+ run : conda install -n dpctl_test opencl_rt -c intel --override-channels
276
276
- name : Install dpctl
277
277
shell : cmd /C CALL {0}
278
278
run : |
@@ -403,7 +403,7 @@ jobs:
403
403
runner : [ubuntu-20.04]
404
404
continue-on-error : ${{ matrix.experimental }}
405
405
env :
406
- CHANNELS : -c intel/label/validation -c intel -c conda-forge --override-channels
406
+ CHANNELS : -c intel -c conda-forge --override-channels
407
407
408
408
steps :
409
409
- name : Install conda-build
@@ -461,7 +461,7 @@ jobs:
461
461
shell : bash -l {0}
462
462
run : |
463
463
source $CONDA/etc/profile.d/conda.sh
464
- CHANNELS="-c $GITHUB_WORKSPACE/channel -c dppy/label/dev -c intel/label/validation -c intel -c conda-forge --override-channels"
464
+ CHANNELS="-c $GITHUB_WORKSPACE/channel -c dppy/label/dev -c intel -c conda-forge --override-channels"
465
465
export PACKAGE_VERSION=$(python -c "${VER_SCRIPT1} ${VER_SCRIPT2}")
466
466
conda install -n examples -y ${CHANNELS} dpctl=${PACKAGE_VERSION} dpnp">=0.10.1" || exit 1
467
467
- name : Build and run examples of pybind11 extensions
@@ -546,7 +546,7 @@ jobs:
546
546
runner : [ubuntu-20.04]
547
547
continue-on-error : ${{ matrix.experimental }}
548
548
env :
549
- CHANNELS : -c intel/label/validation -c intel -c conda-forge --override-channels
549
+ CHANNELS : -c intel -c conda-forge --override-channels
550
550
steps :
551
551
- name : Cache array API tests
552
552
id : cache-array-api-tests
0 commit comments