parser to own module

master
ermisw 2023-05-08 19:10:50 +02:00
parent f98c46d5ac
commit 91bf15e41c
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
stage('install required python packages') {
steps {
sh '''
pip3 install --user -r requirements.txt
pip3 install -r requirements.txt
'''
}
}