UofUEpiBio / epiworldpy

https://uofuepibio.github.io/epiworldpy/
Other
1 stars 1 forks source link

Add `nbformat` to Optional Dependency Group #43

Closed IsaccBarker closed 2 months ago

IsaccBarker commented 2 months ago

Should fix #41. We were missing the nbformat format, so I added it to an optional dependency group, and pip now installs that in the action instead of the default group (à la the testing group).

IsaccBarker commented 2 months ago

Success! Only merging will tell us if the deploy step worked, but the bundle I downloaded (produced in GitHub Actions) works when I host it locally. There are some weird errors though that shouldn't exist given we're using the reStructuredText format everywhere (links not being formatted correctly, images not appearing).

I assume this will be rectified after the deploy step, although I'm not certain on this point.

IsaccBarker commented 2 months ago

Should the above commits be squashed? @gvegayon, what's your preference?