aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/gce
diff options
context:
space:
mode:
authorGravatar Nathaniel Manista <nathaniel@google.com>2017-06-26 16:33:25 +0000
committerGravatar Nathaniel Manista <nathaniel@google.com>2017-09-28 17:28:01 +0000
commit8bba3bfc25383e87f76b0717cb4ed1113f07b9f0 (patch)
tree866023475ad38314a51d440ed5cc08bd94281c7f /tools/gce
parent951f6fb4bf666277bc90f53c1e2bd4b00b8907b4 (diff)
Pin pip at 9.0.1
Diffstat (limited to 'tools/gce')
-rwxr-xr-xtools/gce/linux_performance_worker_init.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/gce/linux_performance_worker_init.sh b/tools/gce/linux_performance_worker_init.sh
index 88d8de7402..8d900f1d16 100755
--- a/tools/gce/linux_performance_worker_init.sh
+++ b/tools/gce/linux_performance_worker_init.sh
@@ -72,6 +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 tabulate
sudo pip install google-api-python-client
sudo pip install virtualenv