We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0a464f commit f8851d8Copy full SHA for f8851d8
.github/workflows/lint.yaml
@@ -21,6 +21,8 @@ jobs:
21
run: |
22
set -eux
23
24
+ sudo apt-get install -y protobuf-compiler
25
+
26
pip install .[dev]
27
- name: Run Python Lint
28
0 commit comments