File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 55
55
- name : Build conda package
56
56
run : |
57
57
# use bootstrap channel to pull NumPy linked with OpenBLAS
58
- CHANNELS="-c conda-forge --override-channels"
58
+ CHANNELS="-c ${{ env.INTEL_CHANNEL }} -c conda-forge --override-channels"
59
59
VERSIONS="--python ${{ matrix.python }} --numpy 2.0"
60
60
TEST="--no-test"
61
61
conda build \
@@ -124,7 +124,7 @@ jobs:
124
124
OVERRIDE_INTEL_IPO : 1 # IPO requires more resources that GH actions VM provides
125
125
run : |
126
126
conda activate
127
- conda build --no-test --python ${{ matrix.python }} --numpy 2 -c conda-forge --override-channels conda-recipe
127
+ conda build --no-test --python ${{ matrix.python }} --numpy 2 -c conda-forge -c ${{ env.INTEL_CHANNEL }} - -override-channels conda-recipe
128
128
129
129
- name : Upload artifact
130
130
You can’t perform that action at this time.
0 commit comments