Skip to content
Snippets Groups Projects

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

Merged Amir MOHAMMADI requested to merge update-specs into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -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
Loading