ProjectPythia / cookbook-template

Project Pythia Cookbook template
https://projectpythia.org/cookbook-template/
Apache License 2.0
23 stars 17 forks source link

Little typo in CONTRIBUTING.md #27

Closed erogluorhan closed 2 years ago

erogluorhan commented 2 years ago

In step 2.ii, the command needs to be:

conda env create -f <your-cookbook-name>-dev.yml

instead of

conda env create -f environment.yml

as we suggest renaming the file in the previous step.

r-ford commented 2 years ago

The current wording is confusing, but I meant change name: within the environment file but keep the name of the file as environment.yml.

brian-rose commented 2 years ago

Yes, I think we're trying to keep all environment file names as environment.yml in part so theres less customization necessary in the GitHub actions for each cookbook repo

erogluorhan commented 2 years ago

Oh, these clarify! Closing then.