ioos / ioos_metrics

Working on creating metrics for the IOOS by the numbers
https://ioos.github.io/ioos_metrics/
MIT License
2 stars 4 forks source link

create mamba/conda environment instead of pip install #46

Closed MathewBiddle closed 5 months ago

MathewBiddle commented 8 months ago

Should simplify the action for website build and deployment: https://github.com/ioos/ioos_metrics/blob/a4dcd2f19d65d96b2fc36b6d48a7f91685a9dd09/.github/workflows/website_create_and_deploy.yml#L21-L28

ocefpaf commented 8 months ago

Websites and apps should always "lock" the dependencies used in the build. We can go for a conda-lock file or use the shiny and new pixi. I can send a PR if you want.

ocefpaf commented 5 months ago

I believe this one can be closed. It was addressed in https://github.com/ioos/ioos_metrics/pull/42

That env may require a update though.