aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLinus Jahn <lnj@kaidan.im>2020-10-28 21:19:32 +0100
committerLinus Jahn <lnj@kaidan.im>2020-10-31 18:29:54 +0100
commit86645242f919468a353cbe3037a67496cd7a53aa (patch)
treea4243dd624d7dfd0208edcc63e8daafc1a3d3160 /tests
parent8d1f783e250484ffacb47cbba3a2a78d96d40afa (diff)
downloadqxmpp-86645242f919468a353cbe3037a67496cd7a53aa.tar.gz
ci: macos: Install python@3.9 to solve brew link errors
Diffstat (limited to 'tests')
-rwxr-xr-xtests/travis/install-build-depends2
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*)