From 86d797f8d2101dbeba36c2bb006efb4c78ded82d Mon Sep 17 00:00:00 2001 From: Dawid Date: Sat, 12 Jun 2021 18:31:03 +0200 Subject: [PATCH] change pip install --- Jenkinsfile_dvc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile_dvc b/Jenkinsfile_dvc index 05b38ee..5391fc7 100644 --- a/Jenkinsfile_dvc +++ b/Jenkinsfile_dvc @@ -15,8 +15,8 @@ pipeline { } stage('install dependencies') { steps { - sh 'python3 -m pip install dvc' - sh 'python3 -m pip install dvc[ssh] paramiko' + sh 'python3 -m pip install dvc --user' + sh 'python3 -m pip install dvc[ssh] paramiko --user' } } stage('DVC') {