aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/gce/linux_kokoro_performance_worker_init.sh
diff options
context:
space:
mode:
authorGravatar Matt Kwong <mattkwong@google.com>2018-04-06 15:37:37 -0700
committerGravatar Matt Kwong <mattkwong@google.com>2018-04-06 15:37:37 -0700
commit4598eb8a7a631648d538dd9016062b62d2176665 (patch)
tree19cb6b819cea42191a35c33cfcdb4f33256ec561 /tools/gce/linux_kokoro_performance_worker_init.sh
parent1617a64dc2f264cf0e6721e6d053607793453f04 (diff)
Update pip pin from 9.0.1 to 9.0.2
Diffstat (limited to 'tools/gce/linux_kokoro_performance_worker_init.sh')
-rwxr-xr-xtools/gce/linux_kokoro_performance_worker_init.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gce/linux_kokoro_performance_worker_init.sh b/tools/gce/linux_kokoro_performance_worker_init.sh
index 1f98d24595..084e9fbff4 100755
--- a/tools/gce/linux_kokoro_performance_worker_init.sh
+++ b/tools/gce/linux_kokoro_performance_worker_init.sh
@@ -72,7 +72,7 @@ sudo apt-get install -y netperf
sudo apt-get install -y libgflags-dev libgtest-dev libc++-dev clang
# Python dependencies
-sudo pip install --upgrade pip==9.0.1
+sudo pip install --upgrade pip==9.0.2
sudo pip install tabulate
sudo pip install google-api-python-client
sudo pip install virtualenv