adapting jenkinsfile

master
rforstner 2022-01-26 17:45:52 +01:00
parent ffa0c2cd97
commit 93656c1a46
1 changed files with 2 additions and 2 deletions

View File

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