Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Commit d93b270

Browse files
committed
Install grpcio-tools in the build github action
This is necessary given changes in justfile which run protogen. Signed-off-by: Shawn T. Amundson <amundson@bitwise.io>
1 parent 3c5fe11 commit d93b270

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
curl -OLsS https://github.com/google/protobuf/releases/download/v3.5.1/protoc-3.5.1-linux-x86_64.zip
3434
unzip protoc-3.5.1-linux-x86_64.zip -d protoc3
3535
rm protoc-3.5.1-linux-x86_64.zip
36+
- name: Install Python dependencies
37+
run: pip install grpcio-tools
3638
- name: Lint
3739
run: PATH=$PATH:$(pwd)/protoc3/bin just lint
3840
- name: Build

0 commit comments

Comments
 (0)