File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -153,13 +153,13 @@ jobs:
153153 - name : Build conda package
154154 id : build_conda_pkg
155155 continue-on-error : true
156- run : conda build --no-test --python ${{ matrix.python }} --numpy 2.0 ${{ env.channels-list }} conda-recipe
156+ run : conda- build --no-test --python ${{ matrix.python }} --numpy 2.0 ${{ env.channels-list }} conda-recipe
157157 env :
158158 MAX_BUILD_CMPL_MKL_VERSION : ' 2026.0a0'
159159
160160 - name : ReBuild conda package
161161 if : steps.build_conda_pkg.outcome == 'failure'
162- run : conda build --no-test --python ${{ matrix.python }} --numpy 2.0 ${{ env.channels-list }} conda-recipe
162+ run : conda- build --no-test --python ${{ matrix.python }} --numpy 2.0 ${{ env.channels-list }} conda-recipe
163163 env :
164164 MAX_BUILD_CMPL_MKL_VERSION : ' 2026.0a0'
165165
You can’t perform that action at this time.
0 commit comments