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 @@ -220,7 +220,7 @@ elif [[ "$OSTYPE" == "msys" ]]; then
220
220
pushd $tmp_conda
221
221
export PATH=" $( pwd) :$( pwd) /Library/usr/bin:$( pwd) /Library/bin:$( pwd) /Scripts:$( pwd) /bin:$PATH "
222
222
popd
223
- retry conda install -yq conda-build=24.5 .1
223
+ retry conda install -yq conda-build=3.26 .1
224
224
fi
225
225
226
226
cd " $SOURCE_DIR "
@@ -357,7 +357,7 @@ for py_ver in "${DESIRED_PYTHON[@]}"; do
357
357
# Don't run tests on windows (they were ignored mostly anyways)
358
358
NO_TEST=" --no-test"
359
359
# Fow windows need to keep older conda version
360
- conda install -y conda-package-handling conda==23.7 .0
360
+ conda install -y conda-package-handling conda==22.9 .0
361
361
else
362
362
conda install -y conda-package-handling conda==23.5.2
363
363
fi
You can’t perform that action at this time.
0 commit comments