Skip to content

Commit c3e0f55

Browse files
authored
Pin miniconda version for Windows
To Miniconda3-py311_23.9.0-0-Windows-x86_64.exe
1 parent 5014b0f commit c3e0f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows/build_pytorch.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ set "tmp_conda=%CONDA_HOME%"
4444
set "miniconda_exe=%CD%\miniconda.exe"
4545
rmdir /s /q conda
4646
del miniconda.exe
47-
curl --retry 3 -k https://repo.anaconda.com/miniconda/Miniconda3-latest-Windows-x86_64.exe -o "%miniconda_exe%"
47+
curl --retry 3 -k https://repo.anaconda.com/miniconda/Miniconda3-py311_23.9.0-0-Windows-x86_64.exe -o "%miniconda_exe%"
4848
call ..\conda\install_conda.bat
4949
if ERRORLEVEL 1 exit /b 1
5050
set "ORIG_PATH=%PATH%"

0 commit comments

Comments
 (0)