File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ if [[ "$(uname)" == 'Darwin' ]]; then
201
201
miniconda_sh=" ${MAC_PACKAGE_WORK_DIR} /miniconda.sh"
202
202
rm -rf " $tmp_conda "
203
203
rm -f " $miniconda_sh "
204
- retry curl -sS https://repo.anaconda.com/miniconda/Miniconda3-latest -MacOSX-x86_64.sh -o " $miniconda_sh "
204
+ retry curl -sS https://repo.anaconda.com/miniconda/Miniconda3-py310_23.5.2-0 -MacOSX-x86_64.sh -o " $miniconda_sh "
205
205
chmod +x " $miniconda_sh " && \
206
206
" $miniconda_sh " -b -p " $tmp_conda " && \
207
207
rm " $miniconda_sh "
@@ -212,7 +212,7 @@ elif [[ "$OSTYPE" == "msys" ]]; then
212
212
export miniconda_exe=" ${WIN_PACKAGE_WORK_DIR} \\ miniconda.exe"
213
213
rm -rf " $tmp_conda "
214
214
rm -f " $miniconda_exe "
215
- curl -sSk https://repo.anaconda.com/miniconda/Miniconda3-latest -Windows-x86_64.exe -o " $miniconda_exe "
215
+ curl -sSk https://repo.anaconda.com/miniconda/Miniconda3-py310_23.5.2-0 -Windows-x86_64.exe -o " $miniconda_exe "
216
216
" $SOURCE_DIR /install_conda.bat" && rm " $miniconda_exe "
217
217
pushd $tmp_conda
218
218
export PATH=" $( pwd) :$( pwd) /Library/usr/bin:$( pwd) /Library/bin:$( pwd) /Scripts:$( pwd) /bin:$PATH "
You can’t perform that action at this time.
0 commit comments