aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Lidi Zheng <lidiz@google.com>2018-12-17 18:25:42 -0800
committerGravatar Lidi Zheng <lidiz@google.com>2018-12-17 18:25:42 -0800
commit3347158533460f15bc1621a2ed0c6d298a82e339 (patch)
tree0576ebb51bc67dc243f2a08e008d118081688cfb /tools
parenteafb1d527d8fc1f367215429fde9421aac876ef2 (diff)
Use python2.7 -m pip instead of default pip
Diffstat (limited to 'tools')
-rw-r--r--tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc4
-rw-r--r--tools/internal_ci/helper_scripts/prepare_build_macos_rc2
2 files changed, 1 insertions, 5 deletions
diff --git a/tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc b/tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc
index 8223e03abd..ec1ec1179d 100644
--- a/tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc
+++ b/tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc
@@ -35,8 +35,6 @@ fi
sudo pip install tabulate
# Python dependencies for tools/run_tests/python_utils/check_on_pr.py
-sudo -H pip install pyjwt cryptography requests
-
-ls -al "${KOKORO_KEYSTORE_DIR}/73836_grpc_checks_private_key"
+time python2.7 -m pip install pyjwt cryptography requests --user
git submodule update --init
diff --git a/tools/internal_ci/helper_scripts/prepare_build_macos_rc b/tools/internal_ci/helper_scripts/prepare_build_macos_rc
index b770808db9..114dc2ef55 100644
--- a/tools/internal_ci/helper_scripts/prepare_build_macos_rc
+++ b/tools/internal_ci/helper_scripts/prepare_build_macos_rc
@@ -31,8 +31,6 @@ date
pip install google-api-python-client oauth2client --user python
export GOOGLE_APPLICATION_CREDENTIALS=${KOKORO_GFILE_DIR}/GrpcTesting-d0eeee2db331.json
-ls -al "${KOKORO_KEYSTORE_DIR}/73836_grpc_checks_private_key"
-
# If this is a PR using RUN_TESTS_FLAGS var, then add flags to filter tests
if [ -n "$KOKORO_GITHUB_PULL_REQUEST_NUMBER" ]; then
set +x