change pip install

This commit is contained in:
Dawid 2021-06-12 18:31:03 +02:00
parent 9757d68621
commit 86d797f8d2

View File

@ -15,8 +15,8 @@ pipeline {
} }
stage('install dependencies') { stage('install dependencies') {
steps { steps {
sh 'python3 -m pip install dvc' sh 'python3 -m pip install dvc --user'
sh 'python3 -m pip install dvc[ssh] paramiko' sh 'python3 -m pip install dvc[ssh] paramiko --user'
} }
} }
stage('DVC') { stage('DVC') {