diff --git a/.kokoro/environment.sh b/.kokoro/environment.sh index 943759cf..e7aa6b19 100755 --- a/.kokoro/environment.sh +++ b/.kokoro/environment.sh @@ -45,6 +45,8 @@ cd "env-tests-logging/" # Disable buffering, so that the logs stream through. export PYTHONUNBUFFERED=1 +export CLOUDSDK_PYTHON=python3 + # Debug: show build environment env | grep KOKORO