diff --git a/.ci/scripts/install-tools.bat b/.ci/scripts/install-tools.bat index 85ce8ce245c..6cdbce59e55 100644 --- a/.ci/scripts/install-tools.bat +++ b/.ci/scripts/install-tools.bat @@ -29,7 +29,7 @@ mage -version where mage IF NOT EXIST C:\Python38\python.exe ( - REM Install python 3.8. + REM Install python 3.8 choco install python -y -r --no-progress --version 3.8.5 IF NOT ERRORLEVEL 0 ( exit /b 1