diff --git a/.kokoro/build.sh b/.kokoro/build.sh index fc11a9c8e0..42a991b45c 100755 --- a/.kokoro/build.sh +++ b/.kokoro/build.sh @@ -28,7 +28,7 @@ export PYTHONUNBUFFERED=1 env | grep KOKORO # Setup service account credentials. -export GOOGLE_APPLICATION_CREDENTIALS=${KOKORO_GFILE_DIR}/service-account.json +# export GOOGLE_APPLICATION_CREDENTIALS=${KOKORO_GFILE_DIR}/service-account.json # Set up creating a new instance for each system test run export GOOGLE_CLOUD_TESTS_CREATE_SPANNER_INSTANCE=true @@ -48,6 +48,8 @@ fi set -x if [[ $USE_AIRLOCK = 'true' ]]; then +python3 -m pip install --upgrade pip +python3 -m pip install -r .kokoro/requirements-auth.txt -i https://pypi.org/simple/ --require-hashes --only-binary :all: cat > $HOME/.pypirc <