File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 53
53
- name : Build conda package
54
54
run : |
55
55
# use bootstrap channel to pull NumPy linked with OpenBLAS
56
- CHANNELS="-c dppy/label/bootstrap -c ${{ env.INTEL_CHANNEL }} -c conda-forge --override-channels"
56
+ CHANNELS="-c conda-forge --override-channels"
57
57
VERSIONS="--python ${{ matrix.python }} --numpy 2.0"
58
58
TEST="--no-test"
59
59
conda build \
@@ -109,7 +109,7 @@ jobs:
109
109
- name : Build conda package
110
110
env :
111
111
OVERRIDE_INTEL_IPO : 1 # IPO requires more resources that GH actions VM provides
112
- run : conda build --no-test --python ${{ matrix.python }} --numpy 2.0 -c dppy/label/bootstrap -c ${{ env.INTEL_CHANNEL }} -c conda-forge --override-channels conda-recipe
112
+ run : conda build --no-test --python ${{ matrix.python }} --numpy 2.0 -c conda-forge --override-channels conda-recipe
113
113
- name : Upload artifact
114
114
115
115
with :
You can’t perform that action at this time.
0 commit comments