diff options
author | Jan Tattermusch <jtattermusch@users.noreply.github.com> | 2018-12-03 11:38:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-03 11:38:25 +0100 |
commit | 2d3eb97e72f6ceb6d8b0d35910288387c89646a1 (patch) | |
tree | 3b4af5a7b4acf8d03c70c1cee31b5d181f0da9f8 /tools | |
parent | 69010a781c1afb44374ac734d0675a52c5764020 (diff) | |
parent | aa66d8669eecd69a4559319e5a3a730e3efb2a5a (diff) |
Merge pull request #17275 from jtattermusch/remote_api_client_pin
Remove google-api-python-client pin
Diffstat (limited to 'tools')
-rw-r--r-- | tools/internal_ci/helper_scripts/prepare_build_macos_rc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/internal_ci/helper_scripts/prepare_build_macos_rc b/tools/internal_ci/helper_scripts/prepare_build_macos_rc index f5b0b764b1..eba05449e8 100644 --- a/tools/internal_ci/helper_scripts/prepare_build_macos_rc +++ b/tools/internal_ci/helper_scripts/prepare_build_macos_rc @@ -28,8 +28,7 @@ sudo systemsetup -setusingnetworktime on date # Add GCP credentials for BQ access -# 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 +pip install google-api-python-client oauth2client --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 |