Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Platforms and channels are now defined by the most-downstream devenv file #212

Merged
merged 1 commit into from
Jul 22, 2024

Conversation

nicoddemus
Copy link
Member

Previously the name, channels, and platforms keys would only be overwritten by the root devenv.yml file (the one use to invoke conda devenv with).

Now any downstream devenv.yml file will override these keys, with the most downstream devenv.yml file "winning", which was always the intended behavior.

@nicoddemus nicoddemus requested review from ThalesCarl and a team July 22, 2024 13:43
…file

Previously the `name`, `channels`, and `platforms` keys would only be overwritten by the root `devenv.yml` file (the one use to invoke `conda devenv` with).

Now any downstream `devenv.yml` file will override these keys, with the most downstream `devenv.yml` file "winning", which was always the intended behavior.
@nicoddemus nicoddemus force-pushed the fix-channel-override-downstream branch from e992457 to 1ebaf46 Compare July 22, 2024 13:44
Copy link
Member

@tadeu tadeu left a comment

Choose a reason for hiding this comment

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

Nice!

@nicoddemus nicoddemus merged commit 3f0786b into master Jul 22, 2024
7 checks passed
@nicoddemus nicoddemus deleted the fix-channel-override-downstream branch July 22, 2024 14:58
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