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

[bootstrap] add --update-deps in install command

parent 286cbd14
No related branches found
No related tags found
1 merge request!138[bootstrap] add --update-deps in install command
Pipeline #36182 passed
......@@ -547,6 +547,7 @@ if __name__ == "__main__":
])
if conda_cmd == "install":
cmd.insert(2, "--update-specs")
cmd.insert(2, "--update-deps")
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.
Finish editing this message first!
Please register or to comment