Merge remote-tracking branch 'origin/topic/timw/ci-macos-upgrade-pip'

* origin/topic/timw/ci-macos-upgrade-pip:
  CI: Unconditionally upgrade pip on macOS

(cherry picked from commit e8d91c8227)
This commit is contained in:
Tim Wojtulewicz 2025-03-10 08:28:54 -07:00
parent ed32ee73fa
commit e2b2c79306
3 changed files with 9 additions and 5 deletions

View file

@ -9,8 +9,6 @@ brew update
brew upgrade cmake
brew install openssl@3 swig bison flex ccache libmaxminddb
if [ $(sw_vers -productVersion | cut -d '.' -f 1) -lt 14 ]; then
python3 -m pip install --upgrade pip
fi
# 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