Skip to content

Commit 811a78f

Browse files
committed
Fix a typo in build_artifact_python
1 parent 7223e43 commit 811a78f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/run_tests/artifacts/build_artifact_python.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ then
104104

105105
if [ "$("$PYTHON" -c "import sys; print(sys.version_info[0])")" == "2" ]
106106
then
107-
"${PIP}" install futures>=2.2.0 enum>=1.0.4
107+
"${PIP}" install futures>=2.2.0 enum34>=1.0.4
108108
fi
109109

110110
"${PIP}" install grpcio --no-index --find-links "file://$ARTIFACT_DIR/"

0 commit comments

Comments
 (0)