Skip to content

Commit

Permalink
Install versions of Python not available on Kokoro Windows VM. (#1390)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickGoog authored Oct 28, 2021
1 parent 8efe2db commit 5991dcf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/ci/kokoro/windows/run_integ_tests.bat
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ set GsutilRepoDir="T:\src\github\src\gsutil"
set "PyExePath=C:\python%PYMAJOR%%PYMINOR%\python.exe"
set "PipPath=C:\python%PYMAJOR%%PYMINOR%\Scripts\pip.exe"

if not exist %PyExePath% (
choco install python -y --no-progress --version=%PYMAJOR%.%PYMINOR%.0
)

PowerShell -NoProfile -ExecutionPolicy Bypass -Command "& '%GsutilRepoDir%\test\ci\kokoro\windows\config_generator.ps1' 'T:\src\keystore\74008_gsutil_kokoro_service_key' '%API%' '%BOTO_CONFIG%'"
type %BOTO_CONFIG%

Expand Down

0 comments on commit 5991dcf

Please sign in to comment.