From 9413eae9295c3575d24ac2409afccc4bf6ab7c7d Mon Sep 17 00:00:00 2001 From: Lidi Zheng Date: Wed, 7 Oct 2020 14:16:56 -0700 Subject: [PATCH] Try to see what's wrong --- .../internal_ci/helper_scripts/install_python_interpreters.ps1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/internal_ci/helper_scripts/install_python_interpreters.ps1 b/tools/internal_ci/helper_scripts/install_python_interpreters.ps1 index c2d46bab621..387a9dfb6bd 100644 --- a/tools/internal_ci/helper_scripts/install_python_interpreters.ps1 +++ b/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)'