From c84569cbdabdb388f10e6dd87e5f1a3a7114f417 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Fri, 6 Aug 2021 10:59:04 +0200 Subject: [PATCH] Revert "[bootstrap] conda-clean before attempting to do anythingelse" This reverts commit d381716fa2aec23c102d55e5bda126c5ab976792. --- bob/devtools/bootstrap.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bob/devtools/bootstrap.py b/bob/devtools/bootstrap.py index 979766d4..e4180143 100644 --- a/bob/devtools/bootstrap.py +++ b/bob/devtools/bootstrap.py @@ -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) -- GitLab