Merge "Create Functest Kubernetes v1.25 tag"
authorCedric Ollivier <cedric.ollivier@orange.com>
Mon, 26 Sep 2022 12:38:21 +0000 (12:38 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Mon, 26 Sep 2022 12:38:21 +0000 (12:38 +0000)
jjb/releng/releng-release-create-venv.sh

index 98e19c6..63410b9 100644 (file)
@@ -10,7 +10,7 @@
 set -e -o pipefail
 echo "---> Create virtualenv"
 
-sudo -H pip3 install "virtualenv<=20.15.1"
+sudo -H python3 -m pip install "virtualenv<=20.15.1"
 python3 -m venv $WORKSPACE/venv
 
 # shellcheck source=$WORKSPACE/venv/bin/activate disable=SC1091