We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a46181 commit 7395d2dCopy full SHA for 7395d2d
paddle/scripts/travis/before_install.osx.sh
@@ -2,9 +2,8 @@
2
brew update
3
brew tap homebrew/science
4
brew install python
5
-sudo pip install --upgrade protobuf==2.6.0
6
-brew install homebrew/versions/protobuf260 --without-python
7
-brew install cmake python glog gflags openblas wget md5sha1sum
+sudo pip install --upgrade protobuf
+brew install cmake python glog gflags openblas wget md5sha1sum protobuf
8
9
wget https://github.com/google/googletest/archive/release-1.8.0.tar.gz -O gtest.tar.gz
10
tar xf gtest.tar.gz
0 commit comments