Open jtpio opened 1 month ago
An extra jlpm run build was added to the CI workflow in https://github.com/jupyterlab/jupyter-collaboration/pull/353:
jlpm run build
https://github.com/jupyterlab/jupyter-collaboration/blob/c52fa207510ab6062e3ca9400cc4e71d9676c87c/.github/workflows/test.yml#L74
Although it was not clear why this was needed, as discussed here: https://github.com/jupyterlab/jupyter-collaboration/pull/353#pullrequestreview-2357605672
It would be great to check if it could be removed. Maybe it's hiding another issue of how the repo is currently set up.
cc @davidbrochart @krassowski
An extra
jlpm run build
was added to the CI workflow in https://github.com/jupyterlab/jupyter-collaboration/pull/353:https://github.com/jupyterlab/jupyter-collaboration/blob/c52fa207510ab6062e3ca9400cc4e71d9676c87c/.github/workflows/test.yml#L74
Although it was not clear why this was needed, as discussed here: https://github.com/jupyterlab/jupyter-collaboration/pull/353#pullrequestreview-2357605672
It would be great to check if it could be removed. Maybe it's hiding another issue of how the repo is currently set up.
cc @davidbrochart @krassowski