Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/sentencepiece.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaku Kudo <taku910@users.noreply.github.com>2018-06-19 16:28:27 +0300
committerGitHub <noreply@github.com>2018-06-19 16:28:27 +0300
commit2d9df1e6dccbe34e657aade1a37c30eaf8dbba72 (patch)
treec856ff0fe4d1de064b3c3e888a3ce9b8328f07c3 /test.sh
parentc6047dc9bec141cbcc4a2c7945b70eced50d31f1 (diff)
Update test.sh
Diffstat (limited to 'test.sh')
-rwxr-xr-xtest.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test.sh b/test.sh
index 82619ab..29cc873 100755
--- a/test.sh
+++ b/test.sh
@@ -93,8 +93,8 @@ build_linux_clang_ubuntu() {
build_osx() {
brew update
brew install protobuf || brew link --overwrite protobuf
- brew install python@2 || brew link --force python@2
- brew install python
+ brew link --force python@2
+ brew upgrade python
build_generic
make install
cd python