notebooks icon indicating copy to clipboard operation
notebooks copied to clipboard

Add continuous integration for workshop branches

Open ljwolf opened this issue 6 years ago • 0 comments

This should:

  1. grab each branch of this repo we want to put into test coverage (I'd say all of them!)
  2. use that workshop's environment.yml to set up an environment using conda env create -f environment.yml
  3. run all notebooks, maybe with nbval
  4. report on change.

ljwolf avatar Jul 16 '18 21:07 ljwolf