We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b6e7b1 commit d87f3eeCopy full SHA for d87f3ee
Makefile
@@ -52,12 +52,12 @@ endif
52
53
.PHONY: gen
54
gen:
55
- poetry run pip install grpcio-tools packaging
+ poetry run pip install grpcio-tools==1.68.0 packaging
56
poetry run python3 tools/grpc_code_gen.py
57
58
.PHONY: gen-basic
59
gen-basic:
60
- python3 -m pip install grpcio-tools packaging
+ python3 -m pip install grpcio-tools==1.68.0 packaging
61
python3 tools/grpc_code_gen.py
62
63
.PHONY: install
0 commit comments