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

Commit ca1f0a8

Browse files
authored
feat: Add fetch of binary needed for standard grpc python support (#3)
1 parent 369274d commit ca1f0a8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

action.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,9 @@ runs:
5353
- name: Install python dependencies # We use betterproto https://github.com/danielgtaylor/python-betterproto to generate python grpc code, so we have to install it
5454
shell: bash
5555
run: |
56-
pip install "betterproto[compiler]"
57-
pip install betterproto
56+
pip install "betterproto[compiler]" grpclib protobuf
5857
- name: Run buf generate
5958
shell: bash
6059
working-directory: ${{ inputs.working-directory }}
6160
run: |
62-
buf generate
61+
buf generate

0 commit comments

Comments
 (0)