mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
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:
commit
e8d91c8227
3 changed files with 7 additions and 5 deletions
4
CHANGES
4
CHANGES
|
@ -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)
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
7.2.0-dev.283
|
||||
7.2.0-dev.285
|
||||
|
|
|
@ -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
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue