Skip to content

Commit 820259e

Browse files
author
elena.totmenina
committed
change channels priority
1 parent 8921d5a commit 820259e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/conda-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: conda install conda-build
3939
- name: Build conda package
4040
run: |
41-
CHANNELS="-c intel -c defaults --override-channels"
41+
CHANNELS="-c defaults -c intel --override-channels"
4242
VERSIONS="--python ${{ matrix.python }}"
4343
TEST="--no-test"
4444
conda build \
@@ -83,7 +83,7 @@ jobs:
8383
- name: Install conda-build
8484
run: conda install conda-build
8585
- name: Build conda package
86-
run: conda build --no-test --python ${{ matrix.python }} -c intel -c defaults --override-channels conda-recipe
86+
run: conda build --no-test --python ${{ matrix.python }} -c defaults -c intel --override-channels conda-recipe
8787
- name: Upload artifact
8888
uses: actions/upload-artifact@v2
8989
with:

0 commit comments

Comments
 (0)