aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2020-07-07 21:15:02 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2020-07-07 21:15:02 +0000
commite7c9adbd8c2698ea5058d5df4b4ef5e79011420b (patch)
tree00a4582f5e4e506e68a3169e699dfc25a3a94e20
parentcc8930eaf7352db23218e61cd1bb2c7bac814640 (diff)
downloadPROJ-e7c9adbd8c2698ea5058d5df4b4ef5e79011420b.tar.gz
PROJ-e7c9adbd8c2698ea5058d5df4b4ef5e79011420b.zip
travis/osx/before_install.sh: fix related to installing python
-rwxr-xr-xtravis/osx/before_install.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/travis/osx/before_install.sh b/travis/osx/before_install.sh
index e2a30e36..4c3dbdb2 100755
--- a/travis/osx/before_install.sh
+++ b/travis/osx/before_install.sh
@@ -4,6 +4,7 @@ set -e
export PATH=$HOME/Library/Python/3.7/bin:$PATH
+brew unlink python@2
brew update
brew install ccache
#brew upgrade sqlite3