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

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

This reverts commit 245310d1.
parent 245310d1
No related branches found
No related tags found
No related merge requests found
......@@ -546,6 +546,7 @@ 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