X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=scripts%2Fnormand%2Fbuild.sh;h=db3aaa26859190c4ebd63a01519bb0f129b7dc98;hb=09c31b17f03f03d016c97948e826aee34b789977;hp=07148057f71cf6079d897974f8c8a6308772a2ba;hpb=85ab4eb7ab0db7efb72af0620c60dbb9c8296404;p=lttng-ci.git diff --git a/scripts/normand/build.sh b/scripts/normand/build.sh index 0714805..db3aaa2 100755 --- a/scripts/normand/build.sh +++ b/scripts/normand/build.sh @@ -12,14 +12,14 @@ if [[ -d "$VENV" ]]; then fi # Create virtual environment and enter it -python3 -m venv "$VENV" +virtualenv -p python3 "$VENV" set +u # shellcheck disable=SC1090,SC1091 . "$VENV/bin/activate" set -u # Install Poetry and pytest -pip install --quiet poetry pytest +pip install poetry pytest # Install the cloned version of Normand. #