From 80284fd84f12a5e2672ef23155c8ad8f4370fd28 Mon Sep 17 00:00:00 2001 From: Isuru Fernando Date: Wed, 18 Nov 2020 13:55:27 -0600 Subject: [PATCH] Remove conda-web as the CDN is working on osx-arm64 --- Miniforge3/construct.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Miniforge3/construct.yaml b/Miniforge3/construct.yaml index 9e63133b..04d042ad 100644 --- a/Miniforge3/construct.yaml +++ b/Miniforge3/construct.yaml @@ -9,9 +9,8 @@ channels: # specifying the channel with the full URL adds two channels # when the end user adds the channel without the full URL # - https://conda.anaconda.org/conda-forge - - conda-forge # [not (osx and arm64)] - - https://conda-web.anaconda.org/conda-forge # [osx and arm64] - - msys2 # [win] + - conda-forge + - msys2 # [win] write_condarc: True # keep pkgs for space-saving implications for hardlinks when create new environments