-
Notifications
You must be signed in to change notification settings - Fork 578
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 failure of PR #1989 #1990
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.
Your local branch should rebase with Guake/master. The git commits are not clean.
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 commits still have problem, we should only get one commit log in this case.
The easiest way may be copy the hash (cf94936), reset to latest main hash, then cherry-pick the copied hash back.
You can check it with your
|
Good. Thank you. |
45417eb
to
ae5b238
Compare
I don't have much of an issue with squashing to clean up commits, but it looks like CI is still failing. Error message:
I remember hitting this one in my own endeavors to fix CI for pypi. My change in .github/workflows/ci.yml adding |
If it helps, you could cherry pick my changes, but I have a lot of scratch work in my repo and you might just be better off copying things where they might look relevant |
Can you give a try with poetry ? |
CI fixed in #2013 |
upgrading pipenv is not possible (setuptools, ...). Using poetry will fix this issue |
Downgrade pipenv to 2021.5.29