Skip to content

Commit

Permalink
add repo.anaconda.com to default (#354)
Browse files Browse the repository at this point in the history
* as noted by @costrouc after an environment build failure,
   add a new channel URL that is used by some conda-forge packages
   to conda_allowed_channels
  • Loading branch information
JunAishima authored Jul 20, 2022
1 parent 3c1830b commit 06faf03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conda-store-server/conda_store_server/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ class CondaStore(LoggingConfigurable):
[
"main",
"conda-forge",
"https://repo.anaconda.com/pkgs/main",
],
help="Allowed conda channels to be used in conda environments",
config=True,
Expand Down

0 comments on commit 06faf03

Please sign in to comment.