reproducible-notebooks / ERDDAP_timeseries_explorer

Simple interactive ERDDAP time series explorer using Jupyter Widgets
MIT License
6 stars 4 forks source link

test env creation #16

Closed ocefpaf closed 3 years ago

ocefpaf commented 3 years ago

This GitHub Action will test the env creation, no notebook tests yet but this will allow us to add/remove packages from the env without worrying if we are breaking something or not.

@apkrelling you can start sending your PRs after this one! Sorry it took me so long to get to this.

ocefpaf commented 3 years ago

@apkrelling I'm merging this so you can send your PRs. Note that some checks from the pre-commit hooks are failing. You can ignore all checks on the ERDDAP_timeseries_explorer.py b/c that one is generated from the ERDDAP_timeseries_explorer.ipynb. If you want to fix any of those errors, like the codespells ones, just change the notebooks and we'll generate the .py file again.