Merge "VVP - Fixing build-and-upload script"
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Wed, 1 Apr 2020 23:31:14 +0000 (23:31 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 1 Apr 2020 23:31:14 +0000 (23:31 +0000)
jjb/vvp/pre-build-csv.sh

index ef6fedc..f17b3db 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-virtualenv -p python3.6 $WORKSPACE/venv-tox
+python3 -m venv $WORKSPACE/venv-tox
 source $WORKSPACE/venv-tox/bin/activate
 pip3 install --upgrade pip
 pip3 install --no-use-pep517 -r requirements.txt