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

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

Open
mithro opened this issue Jun 21, 2020 · 0 comments
Open

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

mithro opened this issue Jun 21, 2020 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@mithro
Copy link
Owner

mithro commented Jun 21, 2020

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.

@mithro mithro added the help wanted Extra attention is needed label Jul 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant