Skip to content
Snippets Groups Projects
Commit 87df5591 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

[bootstrap] install mamba and boa

parent 90502330
No related branches found
No related tags found
1 merge request!249Use Mamba and Boa in the CI
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment