parser to own module
parent
f98c46d5ac
commit
91bf15e41c
|
|
@ -32,7 +32,7 @@
|
||||||
stage('install required python packages') {
|
stage('install required python packages') {
|
||||||
steps {
|
steps {
|
||||||
sh '''
|
sh '''
|
||||||
pip3 install --user -r requirements.txt
|
pip3 install -r requirements.txt
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue