This commit is contained in:
Jakub Zaręba 2023-05-24 18:44:23 +02:00
parent 181017d7ba
commit 167aecacf1
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ pipeline {
stage('Install DVC') {
steps {
sh 'python3 -m pip install --user dvc'
sh 'python3 -m pip install --user \'dvc[ssh]\''
}
}