Skip to content

Set up CI

Liam Toney requested to merge (removed):setup-ci into master

This MR implements CI via GitLab pipelines. Currently we just install the package dependencies into a pre-existing conda environment and then:

  1. Run Black to check code formatting
  2. Run everything in the tests/ dir

Note that this does not test the install.sh script, unfortunately. I couldn't get that to work. Hopefully we can address that in the future, since it'd be nice to replicate what https://github.com/usgs/groundfailure has.

Other changes in this MR:

  • Improvements to install.sh
  • Making the inversion test work by removing CPS and loading pre-computed GFs

Merge request reports