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

Don't update conda first in bootstrap

parent f3dd9e6b
No related branches found
No related tags found
1 merge request!170Don't update conda first in bootstrap and Allow changing the server in badges
Pipeline #44206 passed
...@@ -203,7 +203,7 @@ def ensure_miniconda_sh(): ...@@ -203,7 +203,7 @@ def ensure_miniconda_sh():
installer. 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 # AND our "mirror" in the internal webserver
path = "/miniconda/Miniconda3-py37_4.8.2-%s-x86_64.sh" path = "/miniconda/Miniconda3-py37_4.8.2-%s-x86_64.sh"
if platform.system() == "Darwin": if platform.system() == "Darwin":
...@@ -514,9 +514,6 @@ if __name__ == "__main__": ...@@ -514,9 +514,6 @@ if __name__ == "__main__":
elif args.command == "channel": elif args.command == "channel":
# update conda first
run_cmdline([conda_bin, "update", "--yes", "conda"])
# installs from channel # installs from channel
channels = get_channels( channels = get_channels(
public=True, public=True,
......
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