mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Call pip using python -m flag during FreeBSD CI prep
This commit is contained in:
parent
5c34c777bd
commit
031036be9c
1 changed files with 2 additions and 1 deletions
|
@ -10,4 +10,5 @@ pkg install -y bash git cmake swig bison python3 base64
|
|||
pkg upgrade -y curl
|
||||
pyver=$(python3 -c 'import sys; print(f"py{sys.version_info[0]}{sys.version_info[1]}")')
|
||||
pkg install -y $pyver-sqlite3 $pyver-pip
|
||||
pip install junit2html
|
||||
|
||||
python -m pip install junit2html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue