Skip to content

Commit 3a1399a

Browse files
Remove intel/label/validation since packages were promoted
1 parent e46bbd7 commit 3a1399a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/conda-package.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Build conda package
5050
run: |
5151
# 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"
5353
VERSIONS="--python ${{ matrix.python }} --numpy 1.23"
5454
TEST="--no-test"
5555
conda build \
@@ -105,7 +105,7 @@ jobs:
105105
- name: Build conda package
106106
env:
107107
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
109109
- name: Upload artifact
110110
uses: actions/upload-artifact@v3
111111
with:
@@ -128,7 +128,7 @@ jobs:
128128
runner: [ubuntu-20.04]
129129
continue-on-error: ${{ matrix.experimental }}
130130
env:
131-
CHANNELS: -c intel/label/validation -c intel -c conda-forge --override-channels
131+
CHANNELS: -c intel -c conda-forge --override-channels
132132

133133
steps:
134134
- name: Download artifact
@@ -213,7 +213,7 @@ jobs:
213213
continue-on-error: ${{ matrix.experimental }}
214214
env:
215215
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
217217

218218
steps:
219219
- name: Download artifact
@@ -272,7 +272,7 @@ jobs:
272272
${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-
273273
- name: Install opencl_rt
274274
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
276276
- name: Install dpctl
277277
shell: cmd /C CALL {0}
278278
run: |
@@ -403,7 +403,7 @@ jobs:
403403
runner: [ubuntu-20.04]
404404
continue-on-error: ${{ matrix.experimental }}
405405
env:
406-
CHANNELS: -c intel/label/validation -c intel -c conda-forge --override-channels
406+
CHANNELS: -c intel -c conda-forge --override-channels
407407

408408
steps:
409409
- name: Install conda-build
@@ -461,7 +461,7 @@ jobs:
461461
shell: bash -l {0}
462462
run: |
463463
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"
465465
export PACKAGE_VERSION=$(python -c "${VER_SCRIPT1} ${VER_SCRIPT2}")
466466
conda install -n examples -y ${CHANNELS} dpctl=${PACKAGE_VERSION} dpnp">=0.10.1" || exit 1
467467
- name: Build and run examples of pybind11 extensions
@@ -546,7 +546,7 @@ jobs:
546546
runner: [ubuntu-20.04]
547547
continue-on-error: ${{ matrix.experimental }}
548548
env:
549-
CHANNELS: -c intel/label/validation -c intel -c conda-forge --override-channels
549+
CHANNELS: -c intel -c conda-forge --override-channels
550550
steps:
551551
- name: Cache array API tests
552552
id: cache-array-api-tests

0 commit comments

Comments
 (0)