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