update configs

This commit is contained in:
Mads Oestergaard
2024-10-31 11:20:27 +01:00
parent 11bf855547
commit 536911b3a8
3 changed files with 17 additions and 4 deletions

View File

@@ -53,8 +53,9 @@ agent {
# select python package manager:
# currently supported pip and conda
# poetry is used if pip selected and repository contains poetry.lock file
# uv is used if pip selected and repository contains uv.lock file
package_manager: {
# supported options: pip, conda, poetry
# supported options: pip, conda, poetry, uv
type: pip,
# specify pip version to use (examples "<20.2", "==19.3.1", "", empty string will install the latest version)