Add agent.package_manager.poetry_install_extra_args configuration option

This commit is contained in:
allegroai
2023-03-28 14:37:48 +03:00
parent afffa83063
commit 154db59ce6
3 changed files with 7 additions and 0 deletions

View File

@@ -82,6 +82,7 @@ agent {
# pip_version: ["<20.2 ; python_version < '3.10'", "<22.3 ; python_version >= '3.10'"]
# specify poetry version to use (examples "<2", "==1.1.1", "", empty string will install the latest version)
# poetry_version: "<2",
# poetry_install_extra_args: ["-v"]
# virtual environment inheres packages from system
system_site_packages: false,