prepare local env
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-07-10 16:23:46 +02:00
parent 86ab9808d8
commit 6811740835
2 changed files with 8 additions and 0 deletions

2
src/ENV-python Normal file
View File

@ -0,0 +1,2 @@
export PYTHONPATH=./locallibs/defectdojo-client:./locallibs/dependencytrack-client

View File

@ -38,3 +38,9 @@ docker run -v $PWD:/work -u $UID $OPENAPI_GENERATOR \
--package-name defectdojo_api --package-name defectdojo_api
cd .. cd ..
python3 -m venv .venv
. .venv/bin/activate
pip install -r requirements.txt
pip install -r $LOCALLBIS/dependencytrack-client/requirements.txt
pip install -r $LOCALLBIS/defectdojo-client/requirements.txt