Skip to content

FIX: rename conda channel 'default' to 'defaults' - #211

Merged
mmcky merged 1 commit into
mainfrom
fix/conda-defaults-channel
Apr 9, 2026
Merged

mmcky merged 1 commit into
mainfrom
fix/conda-defaults-channel

Conversation

@mmcky

@mmcky mmcky commented Apr 9, 2026

Copy link
Copy Markdown
Contributor

Fixes the conda channel name from default (singular) to defaults (plural) in both environment.yml and environment-cn.yml.

Per the conda docs, the correct channel name is defaults (plural). Using default can be treated as an unknown channel and cause conda env create to fail.

Addresses Copilot review feedback from #209.

The correct conda channel name is 'defaults' (plural).
Using 'default' (singular) can be treated as an unknown channel.

Ref: https://docs.conda.io/projects/conda/en/latest/user-guide/configuration/use-condarc.html
Copilot AI review requested due to automatic review settings April 9, 2026 05:33
@netlify

netlify Bot commented Apr 9, 2026

Copy link
Copy Markdown

Deploy Preview for playful-platypus-17d3bb ready!

Name Link
🔨 Latest commit 96d82f5
🔍 Latest deploy log https://app.netlify.com/projects/playful-platypus-17d3bb/deploys/69d73a141c8e590008bdc375
😎 Deploy Preview https://deploy-preview-211--playful-platypus-17d3bb.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes the conda channel name typo (defaultdefaults) in the project’s conda environment definitions to prevent conda env create failures due to an unknown channel.

Changes:

  • Update environment.yml to use the defaults conda channel.
  • Update environment-cn.yml to use the defaults conda channel.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
environment.yml Correct conda channel name to defaults for environment creation reliability.
environment-cn.yml Correct conda channel name to defaults (CN env variant) for environment creation reliability.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@github-actions

github-actions Bot commented Apr 9, 2026

Copy link
Copy Markdown

@github-actions
github-actions Bot temporarily deployed to pull request April 9, 2026 05:38 Inactive
@mmcky
mmcky merged commit 848960d into main Apr 9, 2026
10 of 11 checks passed
@mmcky
mmcky deleted the fix/conda-defaults-channel branch April 9, 2026 06:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants