Skip to content

Commit 2ab3011

Browse files
adchiakevjumba
authored andcommitted
ci: Fix go unit tests failure (feast-dev#3078)
* ci: Fix go unit tests failure Signed-off-by: Danny Chiao <danny@tecton.ai> * Temporary fix? Signed-off-by: Kevin Zhang <kzhang@tecton.ai> * Fix Signed-off-by: Kevin Zhang <kzhang@tecton.ai> * Fix Signed-off-by: Kevin Zhang <kzhang@tecton.ai> Signed-off-by: Danny Chiao <danny@tecton.ai> Signed-off-by: Kevin Zhang <kzhang@tecton.ai> Co-authored-by: Kevin Zhang <kzhang@tecton.ai> Signed-off-by: Francisco Javier Arceo <arceofrancisco@gmail.com>
1 parent 14a9ce9 commit 2ab3011

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)