Skip to content

Commit af57a89

Browse files
authored
chore: Build python protos inplace instead of build directory (for development) (#2707)
Signed-off-by: Oleksii Moskalenko <[email protected]>
1 parent 7583a0b commit af57a89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ package-protos:
4747
cp -r ${ROOT_DIR}/protos ${ROOT_DIR}/sdk/python/feast/protos
4848

4949
compile-protos-python:
50-
python setup.py build_python_protos
50+
python setup.py build_python_protos --inplace
5151

5252
install-python:
5353
python -m piptools sync sdk/python/requirements/py$(PYTHON)-requirements.txt

0 commit comments

Comments
 (0)