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