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

[boostrap] running conda clean to possibly avoid warnings

parent 8e7f4f60
No related branches found
No related tags found
1 merge request!242Add bob-devel here which is generated dynamically
......@@ -509,6 +509,9 @@ if __name__ == "__main__":
if args.command == "build":
# clean conda cache and packages before building
run_cmdline([conda_bin, "clean", "--all"])
# simple - just use the defaults channels when self building
run_cmdline(
[conda_bin, "install", "--yes"]
......
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