ci: install dependencies with user flag
This commit is contained in:
parent
916973c3e8
commit
d24f580bf0
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -9,9 +9,9 @@ pipeline {
|
||||
|
||||
}
|
||||
steps {
|
||||
sh 'pip install .[all] --progress-bar off'
|
||||
sh 'pip install .[all] --user --progress-bar off'
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user