mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +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
(cherry picked from commit e8d91c8227
)
This commit is contained in:
parent
ed32ee73fa
commit
e2b2c79306
3 changed files with 9 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue