File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6565 CHANNELS="-c conda-forge --override-channels"
6666 VERSIONS="--python ${{ matrix.python }} --numpy 2.0"
6767 TEST="--no-test"
68- conda build \
68+ conda- build \
6969 $TEST \
7070 $VERSIONS \
7171 $CHANNELS \
@@ -108,7 +108,7 @@ jobs:
108108 channels : conda-forge
109109 python-version : ${{ matrix.python }}
110110
111- - name : Install conda build
111+ - name : Install conda- build
112112 run : |
113113 conda update -n base --all
114114 conda install -n base -y conda-build
@@ -136,7 +136,7 @@ jobs:
136136 env :
137137 OVERRIDE_INTEL_IPO : 1 # IPO requires more resources that GH actions VM provides
138138 run : |
139- conda build --no-test --python ${{ matrix.python }} --numpy 2.0 -c conda-forge --override-channels conda-recipe
139+ conda- build --no-test --python ${{ matrix.python }} --numpy 2.0 -c conda-forge --override-channels conda-recipe
140140
141141 - name : Upload artifact
142142 uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
You can’t perform that action at this time.
0 commit comments