Skip to content

Commit

Permalink
[CI] fail if not possible to install python3 (elastic#19164)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored and melchiormoulin committed Oct 14, 2020
1 parent 966ac3a commit 9e421ed
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 9e421ed

Please sign in to comment.