CALIPSO-project / SPINacc

A spinup acceleration procedure for land surface models (LSM)
4 stars 0 forks source link

Implement CI workflow for automated testing #51

Closed tztsai closed 1 month ago

tztsai commented 1 month ago

We can automate the pytest tests using a GitHub CI workflow. We may also want to add some branch protection rules to enforce that some linting and pytest checks are passed before merging a PR.

tztsai commented 1 month ago

Duplicate of #40