This commit is contained in:
Jakub Zaręba 2023-05-24 18:44:23 +02:00
parent 181017d7ba
commit 167aecacf1

View File

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