master
ermisw 2023-05-09 09:14:50 +02:00
parent 8b232b2e1c
commit 834c47978a
1 changed files with 1 additions and 3 deletions

View File

@ -33,9 +33,7 @@
stage('install required python packages') { stage('install required python packages') {
steps { steps {
sh """ sh """
python --version pip3 install git+https://${BITBUCKET_CREDS}@atc.bmwgroup.net/bitbucket/scm/opapm/keyrequestparser.git
pip install --upgrade pip
pip install git+https://${BITBUCKET_CREDS}@atc.bmwgroup.net/bitbucket/scm/opapm/keyrequestparser.git
pip3 install -r requirements.txt pip3 install -r requirements.txt
""" """
} }