Skip to content

Commit a856e05

Browse files
committed
Download proto file directly instead of via submodule
1 parent 29227d3 commit a856e05

File tree

4 files changed

+191
-184
lines changed

4 files changed

+191
-184
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ install:
1111
python3 -m pip install .
1212

1313
gen-proto:
14-
cp ./submodules/durabletask-protobuf/protos/orchestrator_service.proto durabletask/internal/orchestrator_service.proto
14+
curl -o durabletask/internal/orchestrator_service.proto https://raw.githubusercontent.com/microsoft/durabletask-protobuf/refs/heads/main/protos/orchestrator_service.proto
1515
python3 -m grpc_tools.protoc --proto_path=. --python_out=. --pyi_out=. --grpc_python_out=. ./durabletask/internal/orchestrator_service.proto
1616
rm durabletask/internal/*.proto
1717

0 commit comments

Comments
 (0)