diff --git a/ci/freebsd/prepare.sh b/ci/freebsd/prepare.sh index 8a51a49461..b899da5fe9 100755 --- a/ci/freebsd/prepare.sh +++ b/ci/freebsd/prepare.sh @@ -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