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

* origin/topic/timw/ci-macos-upgrade-pip:
  CI: Unconditionally upgrade pip on macOS
This commit is contained in:
Tim Wojtulewicz 2025-03-10 08:28:54 -07:00
commit e8d91c8227
3 changed files with 7 additions and 5 deletions

View file

@ -1,3 +1,7 @@
7.2.0-dev.285 | 2025-03-10 08:28:54 -0700
* CI: Unconditionally upgrade pip on macOS (Tim Wojtulewicz, Corelight)
7.2.0-dev.283 | 2025-03-10 06:11:40 -0700
* Fix return types in docs for double_to_count and double_to_int (Tim Wojtulewicz, Corelight)

View file

@ -1 +1 @@
7.2.0-dev.283
7.2.0-dev.285

View file

@ -9,8 +9,6 @@ brew update
brew upgrade cmake
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
fi
python3 -m pip install --user --break-system-packages websockets