mirror of
https://github.com/vale981/ray
synced 2025-03-08 19:41:38 -05:00
5 lines
282 B
Bash
5 lines
282 B
Bash
![]() |
# For running the python tests
|
||
|
|
||
|
protoc -I ../protos/ --python_out=. --grpc_out=. --plugin=protoc-gen-grpc=`which grpc_python_plugin` ../protos/orchestra.proto
|
||
|
protoc -I ../protos/ --python_out=. --grpc_out=. --plugin=protoc-gen-grpc=`which grpc_python_plugin` ../protos/types.proto
|