Skip to content

Commit

Permalink
Cherry-pick #19164 to 7.x: [CI] fail if not possible to install pytho…
Browse files Browse the repository at this point in the history
…n3 (#19186)
  • Loading branch information
v1v authored Jun 15, 2020
1 parent ec7d942 commit df6c5f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/scripts/install-tools.bat
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ where mage

if not exist C:\Python38\python.exe (
REM Install python 3.8.
choco install python -y -r --no-progress --version 3.8.2
choco install python -y -r --no-progress --version 3.8.2 || echo ERROR && exit /b
)
python --version
where python
Expand Down

0 comments on commit df6c5f4

Please sign in to comment.