-
Notifications
You must be signed in to change notification settings - Fork 363
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
Change jupyterlab version and add yarn dependency #1149
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CI is failing because the yarn.lock
under the ui-tests
directory was generated with yarn v1, see https://github.com/jupyter-widgets/ipyleaflet/blob/master/ui-tests/yarn.lock#L2
You need to remove that yarn.lock
file and re-generate it with a jlpm install
under that directory.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe the ui-tests/.pnp.cjs
, ui-tests/.pnp.loader.mjs
and the ui-tests/.yarn
cache directory should not be commited.
Instead you should have an .yarnrc.yml
file similar to the one under the js directory: https://github.com/jupyter-widgets/ipyleaflet/blob/master/js/.yarnrc.yml
Taking inspiration from the bqplot galata setup |
74a84e5
to
1bd1d52
Compare
Bot update galata references |
The bot does not work with this. I will update the bot workflow and re-trigger it. |
Bot update galata references |
1 similar comment
Bot update galata references |
ui-tests/tests/ipyleaflet.test.ts-snapshots/dark--Subitems-ipynb-cell-0-linux.png
Outdated
Show resolved
Hide resolved
Bot update galata references |
Bot update galata references |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yup! Back to normal 🚀
Triggering CI |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
No description provided.