modified
parent
208dc49b84
commit
7204193b6b
|
|
@ -65,6 +65,7 @@
|
|||
stage('Install Required Python Packages') {
|
||||
steps {
|
||||
sh '''
|
||||
pwd
|
||||
python3 --version
|
||||
pip3 --version
|
||||
pip3 install --user -r requirements.txt
|
||||
|
|
|
|||
Loading…
Reference in New Issue