From 0727b6695eb0ff91eee3283503ded7da000f0f83 Mon Sep 17 00:00:00 2001 From: Bret Curtis Date: Sun, 17 Jan 2021 15:25:01 +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 31694304a6..acb6f4c7dd 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 ls --versions python@3.9.0 && brew uninstall --ignore-dependencies python@3.9.0 +HOMEBREW_NO_AUTO_UPDATE=1 brew uninstall --ignore-dependencies python@3.9.0 || 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