Skip to content

Commit 5370784

Browse files
committed
fix verify-wheel
Signed-off-by: Danny Chiao <danny@tecton.ai>
1 parent 868733f commit 5370784

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ jobs:
204204
env:
205205
COMPILE_GO: "True"
206206
run: |
207-
pip install 'grpcio-tools==1.47.0' 'pybindgen==0.22.0'
207+
pip install 'grpcio-tools==1.48.0' 'pybindgen==0.22.0'
208208
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.26.0
209209
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.1.0
210210
pip install dist/*tar.gz

0 commit comments

Comments
 (0)