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'