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

Skip to content

Commit 721f4f7

Browse files
tacaswellmeeseeksmachine
authored andcommitted
Backport PR #17862: CI: Install, or upgrade, Python 3 on homebrew.
1 parent 516c810 commit 721f4f7

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
@@ -115,7 +115,7 @@ before_install: |
115115
ci/silence brew update
116116
brew uninstall numpy gdal postgis
117117
brew unlink python@2
118-
brew upgrade python
118+
brew install python || brew upgrade python
119119
brew install ffmpeg imagemagick mplayer ccache
120120
hash -r
121121
which python

0 commit comments

Comments
 (0)