diff options
Diffstat (limited to 'tests')
| -rwxr-xr-x | tests/travis/install-build-depends | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/travis/install-build-depends b/tests/travis/install-build-depends index 36d6904d..0a4497a0 100755 --- a/tests/travis/install-build-depends +++ b/tests/travis/install-build-depends @@ -3,6 +3,8 @@ set -e if [ "$(uname -s)" = "Darwin" ]; then brew update + brew unlink python@3.8 + brew install python@3.9 case "$CONFIG" in full*) |
