Skip to content

Commit c4809ee

Browse files
authored
Use main channel instead of defaults (#1241)
1 parent 6171a71 commit c4809ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conda-package.yml

Lines changed: 1 addition & 1 deletion
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 -c defaults --override-channels'
12+
CHANNELS: '-c dppy/label/dev -c intel -c main --override-channels'
1313
TEST_SCOPE: >-
1414
test_arraycreation.py
1515
test_dparray.py

0 commit comments

Comments
 (0)