Skip to content

Commit

Permalink
replace pip -e (#967)
Browse files Browse the repository at this point in the history
  • Loading branch information
pyalex authored Aug 31, 2020
1 parent b61c3a1 commit b95f1e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ compile-protos-python: install-python-ci-dependencies
cd ${ROOT_DIR}/protos; python -m grpc_tools.protoc -I. --python_out=../sdk/python/ --mypy_out=../sdk/python/ tensorflow_metadata/proto/v0/*.proto

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

test-python:
pytest --verbose --color=yes sdk/python/tests
Expand Down

0 comments on commit b95f1e3

Please sign in to comment.