adapting jenkinsfile

master
rforstner 2022-01-26 17:31:52 +01:00
parent 3346ea1337
commit 335826672c
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ pyenv install 3.7.4
# Step 4. Install virtualenv # Step 4. Install virtualenv
sudo zypper install python3-virtualenv sudo zypper install -y python3-virtualenv
# Step 5. Create a virtual environment for the installed Python and activate it # Step 5. Create a virtual environment for the installed Python and activate it