This commit is contained in:
Jakub Zaręba 2023-05-23 23:18:03 +02:00
parent 7df7ca24fb
commit 531295bb87

View File

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