notebooks
notebooks copied to clipboard
Add continuous integration for workshop branches
This should:
- grab each branch of this repo we want to put into test coverage (I'd say all of them!)
- use that workshop's
environment.yml
to set up an environment usingconda env create -f environment.yml
- run all notebooks, maybe with nbval
- report on change.