-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Platforms and channels are now defined by the most-downstream devenv …
…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.
- Loading branch information
1 parent
6a2c2ad
commit 1ebaf46
Showing
3 changed files
with
222 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters