Skip to content

Commit

Permalink
setting grpcio version
Browse files Browse the repository at this point in the history
Signed-off-by: nadine.loepfe <[email protected]>
  • Loading branch information
nadineloepfe committed Feb 4, 2025
1 parent dad222a commit 6c831fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
run: pip install --upgrade pip

- name: Install build, pdm-backend, and grpcio-tools
run: pip install build pdm-backend grpcio-tools
run: pip install build pdm-backend "grpcio-tools==1.68.1"

- name: Generate Protobuf (if needed)
- name: Generate Protobuf
run: bash ./generate_proto.sh

- name: Build wheel and sdist
Expand Down

0 comments on commit 6c831fe

Please sign in to comment.