mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 03:50:55 +08:00
5 lines
276 B
Bash
5 lines
276 B
Bash
# For running the python tests
|
|
|
|
protoc -I ../protos/ --python_out=. --grpc_out=. --plugin=protoc-gen-grpc=`which grpc_python_plugin` ../protos/ray.proto
|
|
protoc -I ../protos/ --python_out=. --grpc_out=. --plugin=protoc-gen-grpc=`which grpc_python_plugin` ../protos/types.proto
|