Skip to content

Verify that requirements.txt is included in environment.yml file #9

Description

@mithro

If a requirements.txt file is provided, the conda environment.yml file should have the following lines;

dependencies:
  - pip:
    - -r file:requirements.txt

The tooling should check that this correct.

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions