Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix
Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
  • Loading branch information
kevjumba committed Jul 8, 2022
commit ef309f873bed793fb033fd75fd7efd09c2d7321d
4 changes: 0 additions & 4 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ jobs:

unit-test-go:
runs-on: ubuntu-latest
env:
PYTHON: "3.8"
steps:
- uses: actions/checkout@v2
- name: Setup Python
Expand All @@ -106,8 +104,6 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: 1.18.0
- name: Install pip-tools
run: pip install pip-tools
- name: Install apache-arrow on ubuntu
run: |
sudo apt update
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ compile-go-lib: install-go-proto-dependencies install-go-ci-dependencies

# Needs feast package to setup the feature store
test-go: compile-protos-go compile-go-lib
pip install -e ".[ci]" \
CGO_LDFLAGS_ALLOW=".*" go test -tags cgo,ccalloc ./...

format-go:
Expand Down