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

Revert "[bootstrap] conda-clean before attempting to do anythingelse"

This reverts commit d381716f.
parent 606306e9
No related branches found
No related tags found
No related merge requests found
Pipeline #52992 canceled
......@@ -504,10 +504,6 @@ 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