-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
Fix CI #221
Fix CI #221
Conversation
you can remove the "packageManager" field in the package,json file |
Thanks @trungleduc, that seems to have solved the issue. I'll investigate the next issues. |
2c17fab
to
4f443e5
Compare
10f0765
to
fc158c1
Compare
This is the typescript patch applied by yarn. If you change |
So you basically need to ensure that your local environment and CI use the same yarn/jlpm/jupyterlab version. |
Thanks @krassowski. |
What about exact |
Wait, it fails on |
I don't know, |
Ah ok, so it seems that the solution was to merge the |
Yes, you get the failure in different jobs. With the old patch version you get failure in This is like super silly |
Thanks @krassowski, that was indeed the issue. I removed |
meeseeksdev please backport to 1.x |
Awww, sorry martinRenou you do not seem to be allowed to do that, please ask a repository maintainer. |
meeseeksdev please backport to 1.x |
Owee, I'm MrMeeseeks, Look at me. There seem to be a conflict, please backport manually. Here are approximate instructions:
And apply the correct labels and milestones. Congratulations — you did some good work! Hopefully your backport PR will be tested by the continuous integration and merged soon! Remember to remove the If these instructions are inaccurate, feel free to suggest an improvement. |
* Remove packageManager entry * Fix for Python 3.12 * Remove use of pytest-asyncio * Fix mypy * Re-enable Python 3.11 * Don't test win/py3.12 * Fix URLs in package.json * Update yarn.lock * Revert previous commit * Remove pip --pre
* Fix CI (#221) * Remove packageManager entry * Fix for Python 3.12 * Remove use of pytest-asyncio * Fix mypy * Re-enable Python 3.11 * Don't test win/py3.12 * Fix URLs in package.json * Update yarn.lock * Revert previous commit * Remove pip --pre * Missing hub command * Issue while cherry picking * Fix * Switch to gh * Fix pip install cmd --------- Co-authored-by: David Brochart <[email protected]>
It seems that the CI is broken:
Any idea why Yarn v1 is installed instead of v3?