Skip to content

Commit 0ed1a63

Browse files
adchiakevjumba
andauthored
ci: Fix go unit tests failure (#3078)
* ci: Fix go unit tests failure Signed-off-by: Danny Chiao <[email protected]> * Temporary fix? Signed-off-by: Kevin Zhang <[email protected]> * Fix Signed-off-by: Kevin Zhang <[email protected]> * Fix Signed-off-by: Kevin Zhang <[email protected]> Signed-off-by: Danny Chiao <[email protected]> Signed-off-by: Kevin Zhang <[email protected]> Co-authored-by: Kevin Zhang <[email protected]>
1 parent cdfa761 commit 0ed1a63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ install-go-ci-dependencies:
304304
python -m pip install pybindgen==0.22.0 protobuf==3.20.1
305305

306306
install-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

309309
compile-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

323323
format-go:

0 commit comments

Comments
 (0)