Try to see what's wrong

pull/24399/head
Lidi Zheng 4 years ago
parent 62e9821515
commit 9413eae929
  1. 3
      tools/internal_ci/helper_scripts/install_python_interpreters.ps1

@ -50,6 +50,9 @@ function Install-Python {
Wait-Process -Name $PythonInstaller -Timeout 300
Write-Host "Installation process exits normally."
ls "C:\"
ls "$PythonInstallPath"
ls "$PythonInstallPath\python.exe"
# Validate Python binary
$PythonBinary = "$PythonInstallPath\python.exe"
& $PythonBinary -c 'print(42)'

Loading…
Cancel
Save