We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 163cbb4 commit ca32155Copy full SHA for ca32155
Makefile
@@ -46,7 +46,7 @@ package-protos:
46
cp -r ${ROOT_DIR}/protos ${ROOT_DIR}/sdk/python/feast/protos
47
48
compile-protos-python:
49
- python sdk/python/setup.py build_python_protos
+ cd sdk/python && python setup.py build_python_protos
50
51
install-python:
52
cd sdk/python && python -m piptools sync requirements/py$(PYTHON)-requirements.txt
@@ -133,7 +133,7 @@ install-protoc-dependencies:
133
pip install grpcio-tools==1.34.0
134
135
compile-protos-go: install-go-proto-dependencies install-protoc-dependencies
136
- python sdk/python/setup.py build_go_protos
+ cd sdk/python && python setup.py build_go_protos
137
138
compile-go-feature-server: compile-protos-go
139
go mod tidy
0 commit comments