-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 lint failure by pinning to protobuf-4 #6650
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6650 +/- ##
==========================================
- Coverage 97.81% 97.81% -0.01%
==========================================
Files 1066 1066
Lines 91779 91779
==========================================
- Hits 89773 89772 -1
- Misses 2006 2007 +1 ☔ View full report in Codecov by Sentry. |
Related to protocolbuffers/protobuf@2699579 which was released in protobuf-5.27.0. |
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.
Thanks for the quick fix, Pavol!
* Pin `protobuf` to version 4 to fix "Lint check" CI failure such as https://github.com/quantumlib/Cirq/actions/runs/9654153610/job/26627844188 * Also bump `types-protobuf` `mypy-protobuf` for consistency with protobuf-4.x
* Pin `protobuf` to version 4 to fix "Lint check" CI failure such as https://github.com/quantumlib/Cirq/actions/runs/9654153610/job/26627844188 * Also bump `types-protobuf` `mypy-protobuf` for consistency with protobuf-4.x
Pin
protobuf
to version 4 to fix "Lint check" CI failure such ashttps://github.com/quantumlib/Cirq/actions/runs/9654153610/job/26627844188
Also bump
types-protobuf
mypy-protobuf
for consistency with protobuf-4.x