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

Merge branch 'update-specs' into 'master'

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

See merge request !138
parents 27a2f26f 244ad8af
No related branches found
No related tags found
1 merge request!138[bootstrap] add --update-deps in install command
Pipeline #36183 failed
...@@ -547,6 +547,7 @@ if __name__ == "__main__": ...@@ -547,6 +547,7 @@ if __name__ == "__main__":
]) ])
if conda_cmd == "install": if conda_cmd == "install":
cmd.insert(2, "--update-specs") cmd.insert(2, "--update-specs")
cmd.insert(2, "--update-deps")
run_cmdline(cmd) run_cmdline(cmd)
# print conda information for debugging purposes # 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