[skip ci] add installation of python packages for pybuilder
This commit is contained in:
parent
54b4d3075c
commit
8e2c5e13a6
1 changed files with 3 additions and 2 deletions
|
@ -28,8 +28,9 @@ fun Prov.configureVenv(): ProvResult = task {
|
|||
}
|
||||
|
||||
fun Prov.installPybuilder(): ProvResult = task {
|
||||
cmd("pip3 install pybuilder ddadevops pypandoc mockito coverage unittest-xml-reporting deprecation python_terraform " +
|
||||
"boto3")
|
||||
cmd("pip3 install pybuilder ddadevops pypandoc mockito coverage unittest-xml-reporting deprecation" +
|
||||
" python_terraform dda_python_terraform boto3 pyyaml ")
|
||||
cmd("pip3 install --upgrade ddadevops")
|
||||
}
|
||||
|
||||
fun Prov.installRestClient(): ProvResult = task {
|
||||
|
|
Loading…
Reference in a new issue