init commit
parent
08facc6f56
commit
c40f92e656
|
|
@ -32,6 +32,7 @@
|
|||
stage('install required packages') {
|
||||
steps {
|
||||
sh '''
|
||||
sudo apt install python3-pip
|
||||
pip3 install -r requirements.txt
|
||||
'''
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue