jupyterlab / jupyter-collaboration

A Jupyter Server Extension Providing Support for Y Documents
https://jupyterlab-realtime-collaboration.readthedocs.io/en/latest/
Other
168 stars 31 forks source link

Re-enable the check-python test from the releaser #377

Open brichet opened 1 month ago

brichet commented 1 month ago

https://github.com/jupyterlab/jupyter-collaboration/pull/343 is disabling the check-python test from check-release workflow.

This is due to jupyter-releaser not handling yet python monorepo with local dependencies: https://github.com/jupyter-server/jupyter_releaser/issues/499

We should enable the check-python test as soon as the releaser can handle it.