Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f8d10f5

Browse files
authored
Merge pull request #17862 from QuLogic/fix-travis-macos
CI: Install, or upgrade, Python 3 on homebrew.
2 parents 7326678 + 95f5990 commit f8d10f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ before_install: |
111111
ci/silence brew update
112112
brew uninstall numpy gdal postgis
113113
brew unlink python@2
114-
brew upgrade python
114+
brew install python || brew upgrade python
115115
brew install ffmpeg imagemagick mplayer ccache
116116
hash -r
117117
which python

0 commit comments

Comments
 (0)