summaryrefslogtreecommitdiff
path: root/grpc/tools/gce/linux_kokoro_performance_worker_init.sh
diff options
context:
space:
mode:
Diffstat (limited to 'grpc/tools/gce/linux_kokoro_performance_worker_init.sh')
-rwxr-xr-xgrpc/tools/gce/linux_kokoro_performance_worker_init.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/grpc/tools/gce/linux_kokoro_performance_worker_init.sh b/grpc/tools/gce/linux_kokoro_performance_worker_init.sh
index e81ba212..14083a2c 100755
--- a/grpc/tools/gce/linux_kokoro_performance_worker_init.sh
+++ b/grpc/tools/gce/linux_kokoro_performance_worker_init.sh
@@ -200,7 +200,7 @@ echo 4096 | sudo tee /proc/sys/kernel/perf_event_mlock_kb
git clone -v https://github.com/brendangregg/FlameGraph ~/FlameGraph
# Install scipy and numpy for benchmarking scripts
-sudo apt-get install -y python-scipy python-numpy
+sudo apt-get install -y python3-scipy python3-numpy
# Install docker
curl -sSL https://get.docker.com/ | sh