Skip to content
Snippets Groups Projects
Commit d381716f authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[bootstrap] conda-clean before attempting to do anythingelse

parent 40c0d382
No related branches found
No related tags found
No related merge requests found
Pipeline #52987 canceled
......@@ -504,6 +504,10 @@ if __name__ == "__main__":
if args.verbose >= 3:
conda_verbosity = ["-vv"]
# clean all caches because we may have changed
# the URL address of channels
run_cmdline([conda_bin, "clean", "--all"] + conda_verbosity)
# print conda information for debugging purposes
run_cmdline([conda_bin, "info"] + conda_verbosity)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment