diff --git a/bob/devtools/bootstrap.py b/bob/devtools/bootstrap.py index ecf0cc41f1778a2aecdc04bb47a2ace67e292e0a..cd027e2ebb6c11ef47ef7048a29689e82d52cee7 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