Skip to content
Snippets Groups Projects
Commit 071271da authored by vlorentz's avatar vlorentz
Browse files

Makefile: Always use Python 3

parent ca2ef6fb
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ java-%:
mvn -f $(POM_PATH) $*
protoc:
python -m grpc_tools.protoc -I. --python_out=. --mypy_out=. --grpc_python_out=. swh/graph/rpc/*.proto
python3 -m grpc_tools.protoc -I. --python_out=. --mypy_out=. --grpc_python_out=. swh/graph/rpc/*.proto
clean-java: java-clean
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment