Try installing six in python3.7 explicitly

pull/27135/head
Richard Belleville 4 years ago
parent bc614be487
commit 2cf60d72f3
  1. 2
      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

Loading…
Cancel
Save