aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/travis/install-build-depends5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/travis/install-build-depends b/tests/travis/install-build-depends
index 0a4497a0..1522ad42 100755
--- a/tests/travis/install-build-depends
+++ b/tests/travis/install-build-depends
@@ -3,8 +3,9 @@ set -e
if [ "$(uname -s)" = "Darwin" ]; then
brew update
- brew unlink python@3.8
- brew install python@3.9
+ brew unlink python@3
+ brew install python@3 || true
+ brew link --overwrite python@3
case "$CONFIG" in
full*)