forked from feast-dev/feast
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: Update the README to mention the contirbution from Expedia Group.
Signed-off-by: Shuchu Han <[email protected]>
- Loading branch information
Showing
2 changed files
with
5 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -529,14 +529,8 @@ install-go-proto-dependencies: | |
go install google.golang.org/grpc/cmd/[email protected] | ||
|
||
install-go-ci-dependencies: | ||
# TODO: currently gopy installation doesn't work w/o explicit go get in the next line | ||
# TODO: there should be a better way to install gopy | ||
go get github.com/go-python/[email protected] | ||
go install golang.org/x/tools/cmd/goimports | ||
# The `go get` command on the previous lines download the lib along with replacing the dep to `feast-dev/gopy` | ||
# but the following command is needed to install it for some reason. | ||
go install github.com/go-python/gopy | ||
python -m pip install "pybindgen==0.22.1" "grpcio-tools>=1.56.2,<2" "mypy-protobuf>=3.1" | ||
# go install golang.org/x/tools/cmd/goimports | ||
# python -m pip install "pybindgen==0.22.1" "grpcio-tools>=1.56.2,<2" "mypy-protobuf>=3.1" | ||
|
||
build-go: compile-protos-go | ||
go build -o feast ./go/main.go | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters