Another typo fix
This commit is contained in:
parent
03978e2586
commit
62c143dba9
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ before_install:
|
|||
brew update;
|
||||
brew tap homebrew/science;
|
||||
/usr/bin/yes | pip uninstall numpy;
|
||||
brew install tbb
|
||||
brew install tbb;
|
||||
fi
|
||||
|
||||
- wget https://github.com/Itseez/opencv/archive/3.1.0.zip
|
||||
|
|
Loading…
Reference in a new issue