Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Fix circleci yaml#28427
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Fix circleci yaml#28427
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Uh oh!
There was an error while loading.Please reload this page.
Just wondering how this works with dependabot if the version is elsewhere? |
Wecould just increase the max line length to 119... |
For reference, Dependabot appears to only look at inlined comments following the SHA hash: Examples from their tests can be found in: (Mostly leaving this as a future reference for when this comes up again... who knows if I'll think to find this, but would rather have it if I can) |
c010a36
intomatplotlib:mainUh oh!
There was an error while loading.Please reload this page.
Added the backport commit to the existing#28426 |
PR summary
Follow up to#28425 and#28413
YAML is sometimes confusing and puts the ending
\n
on a multiline string with|
, which made the job fail.I moved the comment, hopefully it doesn't mess with dependabot being able to automatically update it, but the line was still too long with the comment on the same line.
PR checklist