We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2354b9 commit ebfa2afCopy full SHA for ebfa2af
1 file changed
scripts/travis/travis_install.sh
@@ -93,7 +93,7 @@ if [ "$PYTHON_VERSION" -eq "3" ] && [ ! -e "$CONDA_DIR/bin/protoc" ]; then
93
fi
94
95
if [ "$PYTHON_VERSION" -eq "3" ]; then
96
- pip install --pre protobuf
+ pip install --pre protobuf==3.0.0b2
97
else
98
pip install protobuf
99
0 commit comments