Skip to content

Commit 4986177

Browse files
committed
Rolled back to intel channel for conda build
1 parent bc07077 commit 4986177

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/conda-package.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
env:
1010
PACKAGE_NAME: dpnp
1111
MODULE_NAME: dpnp
12-
CHANNELS: '-c dppy/label/dev -c intel/label/validation -c intel -c conda-forge --override-channels'
12+
CHANNELS: '-c dppy/label/dev -c intel -c intel -c conda-forge --override-channels'
1313
# TODO: to add test_arraymanipulation.py back to the scope once crash on Windows is gone
1414
TEST_SCOPE: >-
1515
test_arraycreation.py
@@ -328,7 +328,7 @@ jobs:
328328
${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-
329329
330330
- name: Install opencl_rt
331-
run: conda install opencl_rt -c intel/label/validation -c intel --override-channels
331+
run: conda install opencl_rt -c intel -c intel --override-channels
332332

333333
- name: Install dpnp
334334
run: |

0 commit comments

Comments
 (0)