Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Aug 4, 2023

Conversation

jtpio
Copy link
Member

@jtpio jtpio commented Aug 2, 2023

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

Noticed in jupyterlab/jupyterlab-github#145 (comment)

@jtpio jtpio added the maintenance Change related to maintenance of the repository label Aug 2, 2023
@@ -72,6 +72,7 @@
"@types/jest": "^29.2.0",{% endif %}
"@types/json-schema": "^7.0.11",
"@types/react": "^18.0.26",
"@types/react-addons-linked-state-mixin": "^0.14.22",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe the template should ship a yarn.lock by default? Looking at the repo it does not seem to have one.

Copy link
Member Author

@jtpio jtpio Aug 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Although that could be tricky since some dependencies depend on the answers provided when bootstrapping the extension.

@jtpio
Copy link
Member Author

jtpio commented Aug 4, 2023

Merging as this should also already help fix issues like jupyterlab/jupyterlab#14898

@jtpio jtpio merged commit 824f302 into jupyterlab:main Aug 4, 2023
23 checks passed
@jtpio jtpio deleted the fix-check-release branch August 4, 2023 13:37
@krassowski
Copy link
Member

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 jupyterlab/jupyterlab_apod#20

@krassowski
Copy link
Member

I opened #82

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Change related to maintenance of the repository
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants