aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2018-11-21 12:47:31 +0100
committerGravatar GitHub <noreply@github.com>2018-11-21 12:47:31 +0100
commit609cb8daa047833dc7062bd749a24b9a85359151 (patch)
tree0a1cba17adcdea3164e5196c3183ff7db4c3b7e0
parent40a473f8fafd70001ed9d7d89b7cfee003f6e034 (diff)
Revert "Revert "pin google-api-python-client to 1.6.7 to avoid breakage""
-rw-r--r--tools/internal_ci/helper_scripts/prepare_build_macos_rc3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/internal_ci/helper_scripts/prepare_build_macos_rc b/tools/internal_ci/helper_scripts/prepare_build_macos_rc
index 62e75b84a2..24a3545ded 100644
--- a/tools/internal_ci/helper_scripts/prepare_build_macos_rc
+++ b/tools/internal_ci/helper_scripts/prepare_build_macos_rc
@@ -28,7 +28,8 @@ sudo systemsetup -setusingnetworktime on
date
# Add GCP credentials for BQ access
-pip install google-api-python-client --user python
+# pin google-api-python-client to avoid https://github.com/grpc/grpc/issues/15600
+pip install google-api-python-client==1.6.7 --user python
export GOOGLE_APPLICATION_CREDENTIALS=${KOKORO_GFILE_DIR}/GrpcTesting-d0eeee2db331.json
# If this is a PR using RUN_TESTS_FLAGS var, then add flags to filter tests