|
|
|
@ -26,7 +26,7 @@ ulimit -a |
|
|
|
|
# - only add stuff that you absolutely need for your builds to work (add comment to explain why its needed) |
|
|
|
|
|
|
|
|
|
# Add GCP credentials for BQ access |
|
|
|
|
pip install --user google-api-python-client oauth2client |
|
|
|
|
pip install --user google-api-python-client oauth2client six==1.15.0 |
|
|
|
|
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 |
|
|
|
@ -88,7 +88,7 @@ if [ "${PREPARE_BUILD_INSTALL_DEPS_PYTHON}" == "true" ] |
|
|
|
|
then |
|
|
|
|
# python |
|
|
|
|
time pip install --user virtualenv |
|
|
|
|
time pip install --user --upgrade Mako six tox setuptools==44.1.1 twisted pyyaml pyjwt cryptography requests |
|
|
|
|
time pip install --user --upgrade Mako tox setuptools==44.1.1 twisted pyyaml pyjwt cryptography requests |
|
|
|
|
|
|
|
|
|
# make sure md5sum is available (requires coreutils 8.31+) |
|
|
|
|
brew update-reset |
|
|
|
|