change pip install
This commit is contained in:
parent
9757d68621
commit
86d797f8d2
@ -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') {
|
||||||
|
Loading…
Reference in New Issue
Block a user