File tree 1 file changed +2
-3
lines changed 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -204,7 +204,8 @@ if [[ "$(uname)" == 'Darwin' ]]; then
204
204
" $miniconda_sh " -b -p " $tmp_conda " && \
205
205
rm " $miniconda_sh "
206
206
export PATH=" $tmp_conda /bin:$PATH "
207
- retry conda install -yq conda-build
207
+ # TODO(huydhn): We can revert the pin after https://github.com/conda/conda-build/issues/5167 is resolved
208
+ retry conda install -yq conda-build=3.28.4
208
209
elif [[ " $OSTYPE " == " msys" ]]; then
209
210
export tmp_conda=" ${WIN_PACKAGE_WORK_DIR} \\ conda"
210
211
export miniconda_exe=" ${WIN_PACKAGE_WORK_DIR} \\ miniconda.exe"
@@ -346,8 +347,6 @@ for py_ver in "${DESIRED_PYTHON[@]}"; do
346
347
conda install -y conda-package-handling conda==22.9.0
347
348
else
348
349
conda install -y conda-package-handling conda==23.5.2
349
- # NS: To be removed after conda docker images are updated
350
- conda update -y conda-build
351
350
fi
352
351
353
352
echo " Calling conda-build at $( date) "
You can’t perform that action at this time.
0 commit comments