From 811a78f8fac9090b1d2f0df8dd20864d0f2bd96b Mon Sep 17 00:00:00 2001 From: Lidi Zheng Date: Wed, 30 Sep 2020 10:26:27 -0700 Subject: [PATCH] Fix a typo in build_artifact_python --- tools/run_tests/artifacts/build_artifact_python.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/run_tests/artifacts/build_artifact_python.sh b/tools/run_tests/artifacts/build_artifact_python.sh index 91f21885b8d..bf8b5ac6d95 100755 --- a/tools/run_tests/artifacts/build_artifact_python.sh +++ b/tools/run_tests/artifacts/build_artifact_python.sh @@ -104,7 +104,7 @@ then if [ "$("$PYTHON" -c "import sys; print(sys.version_info[0])")" == "2" ] then - "${PIP}" install futures>=2.2.0 enum>=1.0.4 + "${PIP}" install futures>=2.2.0 enum34>=1.0.4 fi "${PIP}" install grpcio --no-index --find-links "file://$ARTIFACT_DIR/"