jupyterlab / extension-template

A `copier` template for JupyterLab extensions
Creative Commons Zero v1.0 Universal
52 stars 16 forks source link

Remove `pip install -e .` step from the check release workflow #38

Closed jtpio closed 1 year ago

jtpio commented 1 year ago

This step should not be necessary and might add side-effects. Also it does not exist during the actual release process.

Noticed in https://github.com/jupyterlab/jupyterlab-github/pull/145#discussion_r1281551730

jtpio commented 1 year ago

Merging as this should also already help fix issues like https://github.com/jupyterlab/jupyterlab/issues/14898

krassowski commented 2 months ago

What is react-addons-linked-state-mixin? Why is it needed? It seems to be breaking installation with "@rjsf/core": "5.18.3" or newer on https://github.com/jupyterlab/jupyterlab_apod/pull/20

krassowski commented 2 months ago

I opened https://github.com/jupyterlab/extension-template/issues/82