You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 14, 2024. It is now read-only.
add a check on CI here to make sure files are correctly included. Or run a small UI test with the production build of jupyterlite-xeus-python to make sure the kernel can at least without errors
As noticed in #181 (comment), there seems to be an issue with
hatchnot picking up the files listed in.gitignore.As a result, they are not included in the wheel
shared-dataand cause issues like #177 since some files are missing.#181 updated the
.gitignoreto narrow the scope of the ignored files, so they can be included in the wheel correctly.However this feels a bit error-prone and it would be easy to get back to the same issue by adding new entries to the
.gitignore.Some next steps would be:
jupyterlite-xeus-pythonto make sure the kernel can at least without errors