From 8207aab7ac9b1997e029c5e6c43b039e17661e8b Mon Sep 17 00:00:00 2001 From: Johannes Visintini Date: Tue, 27 Aug 2024 13:57:49 +0200 Subject: [PATCH] fixup --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 9284f6ca2..28b0cb0be 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -51,7 +51,6 @@ pipeline { } } script { - sh 'python3 -m pip install --no-cache-dir poetry' sh '${POETRY} install ${POETRY_OPTIONS}' } }