Skip to content

Commit ad51b8b

Browse files
(CI) install protobuf from pip
1 parent a122e57 commit ad51b8b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

scripts/travis/install-python-deps.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ BASEDIR=$(dirname $0)
66
source $BASEDIR/defaults.sh
77

88
# Python3
9-
pip install --pre protobuf==3.0.0b3
10-
pip install pydot
9+
pip install \
10+
protobuf
11+
pydot

0 commit comments

Comments
 (0)