File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -304,7 +304,7 @@ install-go-ci-dependencies:
304304 python -m pip install pybindgen==0.22.0 protobuf==3.20.1
305305
306306install-protoc-dependencies :
307- pip install grpcio-tools==1.47.0 mypy-protobuf==3.1.0
307+ pip install --ignore-installed protobuf grpcio-tools==1.47.0 mypy-protobuf==3.1.0
308308
309309compile-protos-go : install-go-proto-dependencies install-protoc-dependencies
310310 python setup.py build_go_protos
@@ -317,7 +317,7 @@ install-feast-ci-locally:
317317
318318# Needs feast package to setup the feature store
319319# CGO flag is due to this issue: https://github.com/golang/go/wiki/InvalidFlag
320- test-go : compile-protos-go compile-go-lib install-feast-ci-locally
320+ test-go : compile-protos-go compile-protos-python compile- go-lib install-feast-ci-locally
321321 CGO_LDFLAGS_ALLOW=" .*" go test -tags cgo,ccalloc ./...
322322
323323format-go :
You can’t perform that action at this time.
0 commit comments