LinkedEarth / LinkedEarthHub

Repository pertaining to the LinkedEarth Jupyter Hub
Apache License 2.0
0 stars 0 forks source link

Set up CI for the Hub #4

Open khider opened 1 year ago

khider commented 1 year ago

Using some of the most used functions in the tutorials, set up some CI tests (i.e., run a Jupyer Notebook) to make sure the container has the proper code.

CommonClimate commented 1 year ago

I don't know if notebooks are the best way to test in a CI context. Maybe Chris Holdgraf has ideas on this? Otherwise, my idea would be to pick snippets from notebooks and turn them in pytests.

jordanplanders commented 1 year ago

Maybe something like the workflow in this post might help? There seems to be a method for applying pytest to notebooks.