Skip to content

Commit b95f1e3

Browse files
authored
replace pip -e (#967)
1 parent b61c3a1 commit b95f1e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ compile-protos-python: install-python-ci-dependencies
6666
cd ${ROOT_DIR}/protos; python -m grpc_tools.protoc -I. --python_out=../sdk/python/ --mypy_out=../sdk/python/ tensorflow_metadata/proto/v0/*.proto
6767

6868
install-python: compile-protos-python
69-
pip install -e sdk/python --upgrade
69+
cd sdk/python; python setup.py develop
7070

7171
test-python:
7272
pytest --verbose --color=yes sdk/python/tests

0 commit comments

Comments
 (0)