Merge pull request #17275 from jtattermusch/remote_api_client_pin

Remove google-api-python-client pin
pull/17376/head
Jan Tattermusch 6 years ago committed by GitHub
commit 2d3eb97e72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      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

Loading…
Cancel
Save