CI: Unconditionally upgrade pip on macOS

This commit is contained in:
Tim Wojtulewicz 2025-03-10 08:09:41 -07:00
parent 8ed503314d
commit 1b260333fd

View file

@ -9,8 +9,6 @@ brew update
brew upgrade cmake brew upgrade cmake
brew install cppzmq openssl@3 swig bison flex ccache libmaxminddb dnsmasq brew install cppzmq openssl@3 swig bison flex ccache libmaxminddb dnsmasq
if [ $(sw_vers -productVersion | cut -d '.' -f 1) -lt 14 ]; then # Upgrade pip so we have the --break-system-packages option.
python3 -m pip install --upgrade pip python3 -m pip install --upgrade pip
fi
python3 -m pip install --user --break-system-packages websockets python3 -m pip install --user --break-system-packages websockets