We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8921d5a commit 820259eCopy full SHA for 820259e
.github/workflows/conda-package.yml
@@ -38,7 +38,7 @@ jobs:
38
run: conda install conda-build
39
- name: Build conda package
40
run: |
41
- CHANNELS="-c intel -c defaults --override-channels"
+ CHANNELS="-c defaults -c intel --override-channels"
42
VERSIONS="--python ${{ matrix.python }}"
43
TEST="--no-test"
44
conda build \
@@ -83,7 +83,7 @@ jobs:
83
- name: Install conda-build
84
85
86
- run: conda build --no-test --python ${{ matrix.python }} -c intel -c defaults --override-channels conda-recipe
+ run: conda build --no-test --python ${{ matrix.python }} -c defaults -c intel --override-channels conda-recipe
87
- name: Upload artifact
88
uses: actions/upload-artifact@v2
89
with:
0 commit comments