-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Fix failing linter CI #11060
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 failing linter CI #11060
Conversation
The mirrors are out of date on the GH image, we need to do an update before install
uses: actions/[email protected] | ||
with: | ||
key: pip-lint-${{ hashFiles('requirements/*.txt') }}-v2 | ||
key: pip-lint-${{ hashFiles('requirements/*.txt') }}-v3 |
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.
Alternatively, integrate my better action: #7442 (comment)
CodSpeed Performance ReportMerging #11060 will not alter performanceComparing Summary
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #11060 +/- ##
=======================================
Coverage 98.81% 98.81%
=======================================
Files 129 129
Lines 41366 41366
Branches 2226 2226
=======================================
Hits 40877 40877
Misses 339 339
Partials 150 150
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Backport to 3.11: 💚 backport PR created✅ Backport PR branch: Backported as #11061 🤖 @patchback |
(cherry picked from commit 5925957)
Backport to 3.12: 💚 backport PR created✅ Backport PR branch: Backported as #11062 🤖 @patchback |
(cherry picked from commit 5925957)
Backport to 3.13: 💚 backport PR created✅ Backport PR branch: Backported as #11063 🤖 @patchback |
(cherry picked from commit 5925957)
This is no longer needed per #11060 (comment)
Co-authored-by: J. Nick Koston <[email protected]>
Co-authored-by: J. Nick Koston <[email protected]>
Co-authored-by: J. Nick Koston <[email protected]>
The mirrors are out of date on the GH image, we need to do an update before install