There was an error while loading. Please reload this page.
1 parent b61c3a1 commit b95f1e3Copy full SHA for b95f1e3
1 file changed
Makefile
@@ -66,7 +66,7 @@ compile-protos-python: install-python-ci-dependencies
66
cd ${ROOT_DIR}/protos; python -m grpc_tools.protoc -I. --python_out=../sdk/python/ --mypy_out=../sdk/python/ tensorflow_metadata/proto/v0/*.proto
67
68
install-python: compile-protos-python
69
- pip install -e sdk/python --upgrade
+ cd sdk/python; python setup.py develop
70
71
test-python:
72
pytest --verbose --color=yes sdk/python/tests
0 commit comments