Open brichet opened 1 month ago
https://github.com/jupyterlab/jupyter-collaboration/pull/343 is disabling the check-python test from check-release workflow.
check-python
check-release
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.
https://github.com/jupyterlab/jupyter-collaboration/pull/343 is disabling the
check-python
test fromcheck-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.