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}' } }