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

Commit

Permalink
Install grpcio-tools in the build github action
Browse files Browse the repository at this point in the history
This is necessary given changes in justfile which run protogen.

Signed-off-by: Shawn T. Amundson <[email protected]>
  • Loading branch information
vaporos committed Oct 11, 2023
1 parent 3c5fe11 commit d93b270
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
curl -OLsS https://github.com/google/protobuf/releases/download/v3.5.1/protoc-3.5.1-linux-x86_64.zip
unzip protoc-3.5.1-linux-x86_64.zip -d protoc3
rm protoc-3.5.1-linux-x86_64.zip
- name: Install Python dependencies
run: pip install grpcio-tools
- name: Lint
run: PATH=$PATH:$(pwd)/protoc3/bin just lint
- name: Build
Expand Down

0 comments on commit d93b270

Please sign in to comment.