CI: Use brew version of python3 on macOS

This commit is contained in:
Tim Wojtulewicz 2025-05-06 10:57:18 -07:00
parent 37e7b57664
commit 76c94e84ac

View file

@ -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