mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
CI: Unconditionally upgrade pip on macOS
This commit is contained in:
parent
8ed503314d
commit
1b260333fd
1 changed files with 2 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue