-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
[ci] enforce dask version to be >=2023.5.0 in some builds (fixes #6030) #6032
Conversation
Hey that worked! The Python 3.8 macOS job is succeeding now! It's just the 3.7 jobs that are unhappy about this new version constraint: https://github.com/microsoft/LightGBM/actions/runs/5833746769/job/15821827877?pr=6032
I can push a commit to fix that. |
Just pushed 02adfa7, to add a special case for Python 3.7 jobs. Also @shiyu1994 I removed the LightGBM/.github/release-drafter.yml Lines 3 to 15 in 20975ba
|
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.
Looks to me like this patch will work!
Thanks so much for working to quickly fix this @shiyu1994
Ha I was JUST about to click the button, you beat me to it @shiyu1994 😆 Thanks for the help with this. |
This pull request has been automatically locked since there has not been any recent activity since it was closed. To start a new related discussion, open a new issue at https://github.com/microsoft/LightGBM/issues including a reference to this. |
Try to fix #6030.