Skip to content

Commit 169df1f

Browse files
committed
Do not unlink python2 for github osx builds
1 parent a271af1 commit 169df1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis_config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ function pre_build {
113113
brew update
114114
generate_ffmpeg_formula
115115
brew_add_local_bottles
116-
brew unlink python@2
116+
# brew unlink python@2
117117
brew install ffmpeg_opencv
118118
# fi
119119

0 commit comments

Comments
 (0)