From 5e0edef59c50b9fc257549809ecae5a1538f17ee Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Sat, 13 Apr 2024 15:38:24 +0200 Subject: [PATCH] fix: try to gen proto with same environment --- backend/python/parler-tts/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/python/parler-tts/Makefile b/backend/python/parler-tts/Makefile index 4497762ed617..98382cf671fa 100644 --- a/backend/python/parler-tts/Makefile +++ b/backend/python/parler-tts/Makefile @@ -35,5 +35,5 @@ protogen: backend_pb2_grpc.py backend_pb2.py protogen-clean: $(RM) backend_pb2_grpc.py backend_pb2.py -backend_pb2_grpc.py backend_pb2.py: - python3 -m grpc_tools.protoc -I../.. --python_out=. --grpc_python_out=. backend.proto \ No newline at end of file +backend_pb2_grpc.py backend_pb2.py: protogen + bash gen_grpc.sh \ No newline at end of file