Skip to content

Commit 3ef48b4

Browse files
committed
fix: Add missing protobuf compiler to GHA
1 parent 4e39faf commit 3ef48b4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/python-tests.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ jobs:
3535
uv pip install pytest
3636
fi
3737
38+
- name: Install protobuf compiler
39+
run: |
40+
sudo apt-get update
41+
sudo apt-get install -y protobuf-compiler
42+
3843
- name: Generate protobuf stubs
3944
run: |
4045
source .venv/bin/activate

0 commit comments

Comments
 (0)