From d576a6f53faa86a27ed8f705c3941c4d1e3260b9 Mon Sep 17 00:00:00 2001 From: rforstner Date: Wed, 26 Jan 2022 17:32:55 +0100 Subject: [PATCH] adapting jenkinsfile --- installpyenv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installpyenv.sh b/installpyenv.sh index 3b6c795..1f72c74 100644 --- a/installpyenv.sh +++ b/installpyenv.sh @@ -18,7 +18,7 @@ pyenv install 3.7.4 # Step 4. Install virtualenv -sudo zypper install -y python3-virtualenv +sudo zypper install --non-interactive python3-virtualenv # Step 5. Create a virtual environment for the installed Python and activate it