summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBret Curtis <psi29a@gmail.com>2021-01-17 15:54:04 +0100
committerGitHub <noreply@github.com>2021-01-17 15:54:04 +0100
commit4b3955574c494f94d069736e9fa974196fbb51a9 (patch)
treebf25fa10f7e564102cea401d20084288fc2ac4f5
parentf3fa7fef002cd1f72181710692f9868b746516db (diff)
Update before_install.osx.shpsi29a-patch-1
-rwxr-xr-xCI/before_install.osx.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/CI/before_install.osx.sh b/CI/before_install.osx.sh
index 3eb3c6c190..ba0ff00ca7 100755
--- a/CI/before_install.osx.sh
+++ b/CI/before_install.osx.sh
@@ -2,6 +2,7 @@
# workaround python issue on travis
HOMEBREW_NO_AUTO_UPDATE=1 brew uninstall --ignore-dependencies python@3.8 || true
+HOMEBREW_NO_AUTO_UPDATE=1 brew uninstall --ignore-dependencies python@3.9 || true
# Some of these tools can come from places other than brew, so check before installing
command -v ccache >/dev/null 2>&1 || brew install ccache