From 531295bb87a6ae9c4f8807d888b0db0748bdb54e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Zar=C4=99ba?= Date: Tue, 23 May 2023 23:18:03 +0200 Subject: [PATCH] s --- JenkinsfileDVC | 8 -------- 1 file changed, 8 deletions(-) diff --git a/JenkinsfileDVC b/JenkinsfileDVC index 8caf8de..919efc5 100644 --- a/JenkinsfileDVC +++ b/JenkinsfileDVC @@ -15,14 +15,6 @@ pipeline { } } - stage('Setup Python') { - steps { - sh """ - curl -sSL https://install.python-poetry.org | python3 - - """ - } - } - stage('Install DVC') { steps { sh 'pip install dvc'