Skip to content

Commit

Permalink
fix: need explicit protobuf and grpcio-tools install in compile-proto…
Browse files Browse the repository at this point in the history
…s-go
  • Loading branch information
zabarn committed Sep 4, 2024
1 parent 853015f commit 0613c1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,7 @@ install-go-ci-dependencies:
python -m pip install "pybindgen==0.22.1" "protobuf>=4.24.0,<5"

compile-protos-go: install-go-proto-dependencies
pip install --ignore-installed "protobuf==4.25.4" "grpcio-tools>=1.56.2,<2" mypy-protobuf==3.1
python setup.py build_go_protos

install-feast-ci-locally:
Expand Down

0 comments on commit 0613c1f

Please sign in to comment.