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

[bootstrap] remove --update-spec in install command

parent 29e51039
No related branches found
No related tags found
No related merge requests found
Pipeline #36185 passed
......@@ -546,7 +546,6 @@ if __name__ == "__main__":
"twine", # required for checking readme of python (zip) distro
])
if conda_cmd == "install":
cmd.insert(2, "--update-specs")
cmd.insert(2, "--update-deps")
run_cmdline(cmd)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment