mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
CI: Use brew version of python3 on macOS
This commit is contained in:
parent
37e7b57664
commit
76c94e84ac
1 changed files with 4 additions and 3 deletions
|
@ -7,8 +7,9 @@ set -x
|
|||
|
||||
brew update
|
||||
brew upgrade cmake
|
||||
brew install openssl@3 swig bison flex ccache libmaxminddb
|
||||
brew install openssl@3 python@3 swig bison flex ccache libmaxminddb
|
||||
|
||||
which python3
|
||||
python3 --version
|
||||
|
||||
# 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