Skip to content

Commit

Permalink
fix: try to gen proto with same environment
Browse files Browse the repository at this point in the history
  • Loading branch information
mudler committed Apr 13, 2024
1 parent 3f3b48b commit 5e0edef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/python/parler-tts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
backend_pb2_grpc.py backend_pb2.py: protogen
bash gen_grpc.sh

0 comments on commit 5e0edef

Please sign in to comment.