From 2406a2eedd21450575a4d70b1b188a68e18c377b Mon Sep 17 00:00:00 2001
From: Amir MOHAMMADI <amir.mohammadi@idiap.ch>
Date: Wed, 14 Oct 2020 19:04:37 +0200
Subject: [PATCH] Don't update conda first in bootstrap

---
 bob/devtools/bootstrap.py | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/bob/devtools/bootstrap.py b/bob/devtools/bootstrap.py
index 31fd8162..3ce36344 100644
--- a/bob/devtools/bootstrap.py
+++ b/bob/devtools/bootstrap.py
@@ -203,7 +203,7 @@ def ensure_miniconda_sh():
     installer.
     """
 
-    # WARNING: if you update this version, remember to update hahes below
+    # WARNING: if you update this version, remember to update hashes below
     # AND our "mirror" in the internal webserver
     path = "/miniconda/Miniconda3-py37_4.8.2-%s-x86_64.sh"
     if platform.system() == "Darwin":
@@ -514,9 +514,6 @@ if __name__ == "__main__":
 
     elif args.command == "channel":
 
-        # update conda first
-        run_cmdline([conda_bin, "update", "--yes", "conda"])
-
         # installs from channel
         channels = get_channels(
             public=True,
-- 
GitLab