Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit b69ea2a

Browse files
committed
Call protoc from grpc tools
1 parent 83585fc commit b69ea2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ help = "Serve the documentation locally"
105105
[tool.poe.tasks.generate_lib]
106106
shell = """
107107
mkdir -p tests/output_lib
108-
protoc \
108+
python -m grpc.tools.protoc \
109109
--python_betterproto2_opt=INCLUDE_GOOGLE \
110110
--python_betterproto2_out=tests/output_lib \
111111
google/protobuf/any.proto \

0 commit comments

Comments
 (0)