From 76c94e84ac5f1bb83634096c5344b99093653c33 Mon Sep 17 00:00:00 2001 From: Tim Wojtulewicz Date: Tue, 6 May 2025 10:57:18 -0700 Subject: [PATCH] CI: Use brew version of python3 on macOS --- ci/macos/prepare.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ci/macos/prepare.sh b/ci/macos/prepare.sh index 864b2e86e0..347e6259c9 100755 --- a/ci/macos/prepare.sh +++ b/ci/macos/prepare.sh @@ -7,8 +7,9 @@ set -x brew update brew upgrade cmake -brew install openssl@3 swig bison flex ccache libmaxminddb +brew install openssl@3 python@3 swig bison flex ccache libmaxminddb + +which python3 +python3 --version -# Upgrade pip so we have the --break-system-packages option. -python3 -m pip install --upgrade pip python3 -m pip install --user --break-system-packages websockets