Skip to content

dep key items unintended merging #152

@majidaldo

Description

@majidaldo
#devenv file
name: 'sdf'
dependencies:
  - d1
  - d2
  - notdevenvkey:
    - one
    - two
    - startwith xxx
    - startwith yyy

gets processed to conda devenv --print-full

# generated by conda-devenv, do not modify and do not commit to VCS
dependencies:
- d1
- d2
- notdevenvkey:
  - one
  - startwith xxx,yyy
  - two
name: sdf
environment: {}

i'm not sure if this behavior is by design.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions