From 2cf60d72f388a95d642b2c99a775d88a6248f788 Mon Sep 17 00:00:00 2001 From: Richard Belleville Date: Fri, 27 Aug 2021 16:26:23 -0700 Subject: [PATCH] Try installing six in python3.7 explicitly --- .../dockerfile/interoptest/grpc_interop_python/build_interop.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/dockerfile/interoptest/grpc_interop_python/build_interop.sh b/tools/dockerfile/interoptest/grpc_interop_python/build_interop.sh index 468aa20e3fd..e66a6a3f496 100755 --- a/tools/dockerfile/interoptest/grpc_interop_python/build_interop.sh +++ b/tools/dockerfile/interoptest/grpc_interop_python/build_interop.sh @@ -28,5 +28,7 @@ cp -r /var/local/jenkins/service_account $HOME || true cd /var/local/git/grpc +python3.7 -m pip install six + # interop tests only run using python3.7 currently (and python build is slow) tools/run_tests/run_tests.py -l python --compiler python3.7 -c opt --build_only