Skip to content

Commit 856c397

Browse files
committed
correct channel order
1 parent e5ab767 commit 856c397

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/conda-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: conda install conda-build
4747
- name: Build conda package
4848
run: |
49-
CHANNELS="-c conda-forge -c https://software.repos.intel.com/python/conda --override-channels"
49+
CHANNELS="-c https://software.repos.intel.com/python/conda -c conda-forge --override-channels"
5050
VERSIONS="--python ${{ matrix.python }}"
5151
TEST="--no-test"
5252
@@ -114,7 +114,7 @@ jobs:
114114
runner: [ubuntu-latest]
115115
continue-on-error: ${{ matrix.experimental }}
116116
env:
117-
CHANNELS: -c conda-forge -c https://software.repos.intel.com/python/conda --override-channels
117+
CHANNELS: -c https://software.repos.intel.com/python/conda -c conda-forge --override-channels
118118

119119
steps:
120120
- name: Download artifact
@@ -182,7 +182,7 @@ jobs:
182182
runner: [windows-latest]
183183
continue-on-error: ${{ matrix.experimental }}
184184
env:
185-
CHANNELS: -c conda-forge -c https://software.repos.intel.com/python/conda --override-channels
185+
CHANNELS: -c https://software.repos.intel.com/python/conda -c conda-forge --override-channels
186186

187187
steps:
188188
- name: Download artifact

0 commit comments

Comments
 (0)