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

install git using conda

parent 4f892567
No related branches found
No related tags found
1 merge request!245Use conda-forge channel as the base for our builds
Pipeline #54461 failed
......@@ -536,6 +536,7 @@ if __name__ == "__main__":
"-n",
"base",
"python",
"git",
"conda=%s" % conda_version,
"conda-build=%s" % conda_build_version,
# "conda-verify=%s" % conda_verify_version,
......@@ -554,6 +555,7 @@ if __name__ == "__main__":
"-n",
"base",
"python",
"git",
"conda=%s" % conda_version,
"conda-build=%s" % conda_build_version,
# "conda-verify=%s" % conda_verify_version,
......
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