From f3fa7fef002cd1f72181710692f9868b746516db Mon Sep 17 00:00:00 2001 From: Bret Curtis Date: Sun, 17 Jan 2021 15:35:05 +0100 Subject: [PATCH] Update before_install.osx.sh --- CI/before_install.osx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CI/before_install.osx.sh b/CI/before_install.osx.sh index acb6f4c7dd..3eb3c6c190 100755 --- a/CI/before_install.osx.sh +++ b/CI/before_install.osx.sh @@ -1,7 +1,7 @@ #!/bin/sh -e # workaround python issue on travis -HOMEBREW_NO_AUTO_UPDATE=1 brew uninstall --ignore-dependencies python@3.9.0 || true +HOMEBREW_NO_AUTO_UPDATE=1 brew uninstall --ignore-dependencies python@3.8 || 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