Skip to content

Commit 6b2e298

Browse files
Replace -c main with -c conda-forge
1 parent b7f4536 commit 6b2e298

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
@@ -67,7 +67,7 @@ jobs:
6767
runner: [ubuntu-latest]
6868
continue-on-error: ${{ matrix.experimental }}
6969
env:
70-
CHANNELS: -c https://software.repos.intel.com/python/conda -c main --override-channels
70+
CHANNELS: -c https://software.repos.intel.com/python/conda -c conda-forge --override-channels
7171

7272
steps:
7373
- name: Download artifact

0 commit comments

Comments
 (0)