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

pin mamba and boa

parent 0a40ce39
No related branches found
No related tags found
1 merge request!249Use Mamba and Boa in the CI
Pipeline #54658 failed
......@@ -506,7 +506,8 @@ if __name__ == "__main__":
conda_version = "4"
conda_build_version = "3"
conda_verify_version = "3"
mamba_version = "0.16"
boa_version = "0.6"
conda_verbosity = []
# if args.verbose >= 2:
......@@ -540,8 +541,8 @@ if __name__ == "__main__":
"python",
"conda=%s" % conda_version,
"conda-build=%s" % conda_build_version,
"mamba",
"boa",
"mamba=%s" % mamba_version,
"boa=%s" % boa_version,
"click",
"twine", # required for checking readme of python (zip) distro
]
......@@ -562,8 +563,8 @@ if __name__ == "__main__":
"python",
"conda=%s" % conda_version,
"conda-build=%s" % conda_build_version,
"mamba",
"boa",
"mamba=%s" % mamba_version,
"boa=%s" % boa_version,
"twine", # required for checking readme of python (zip) distro
]
+ should_install_git
......
......@@ -33,8 +33,8 @@ requirements:
- click-plugins
- conda=4
- conda-build=3
- mamba
- boa
- mamba=0.16
- boa=0.6
- certifi
- docformatter
- git # [linux]
......
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