From 87df559113fba94fb793aabfd2e920a29be933ac Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Tue, 5 Oct 2021 11:50:39 +0200 Subject: [PATCH] [bootstrap] install mamba and boa --- bob/devtools/bootstrap.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bob/devtools/bootstrap.py b/bob/devtools/bootstrap.py index ecf0cc41..cd027e2e 100644 --- a/bob/devtools/bootstrap.py +++ b/bob/devtools/bootstrap.py @@ -540,7 +540,8 @@ if __name__ == "__main__": "python", "conda=%s" % conda_version, "conda-build=%s" % conda_build_version, - # "conda-verify=%s" % conda_verify_version, + "mamba", + "boa", "click", "twine", # required for checking readme of python (zip) distro ] @@ -561,7 +562,8 @@ if __name__ == "__main__": "python", "conda=%s" % conda_version, "conda-build=%s" % conda_build_version, - # "conda-verify=%s" % conda_verify_version, + "mamba", + "boa", "twine", # required for checking readme of python (zip) distro ] + should_install_git -- GitLab