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

Revert "[bootstrap] specify conda and conda-build versions as specs"

This reverts commit 286cbd14.
parent 9fd3f9f1
No related branches found
No related tags found
No related merge requests found
Pipeline #36198 passed
......@@ -538,15 +538,9 @@ if __name__ == "__main__":
cmd = ([conda_bin, conda_cmd]
+ conda_verbosity
+ channels
+ ["-n", args.envname,
"bob.devtools",
"conda=%s" % conda_version,
"conda-build=%s" % conda_build_version,
"conda-verify=%s" % conda_verify_version,
"twine", # required for checking readme of python (zip) distro
])
+ ["-n", args.envname, "bob.devtools"])
if conda_cmd == "install":
cmd.insert(2, "--update-specs")
cmd += ["--update-specs"]
run_cmdline(cmd)
# print conda information for debugging purposes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment