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 6bb1da5dab1066d18e0a8b71c7a2376c6c92764a
5 changes: 0 additions & 5 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,5 @@ jobs:
sudo apt install -y -V ./apache-arrow-apt-source-latest-$(lsb_release --codename --short).deb
sudo apt update
sudo apt install -y -V libarrow-dev
- name: Install dependencies
run: |
make install-python-ci-dependencies
make install-protoc-dependencies
make compile-go-lib
- name: Test
run: make test-go
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,7 @@ compile-go-lib: install-go-proto-dependencies install-go-ci-dependencies
COMPILE_GO=True python setup.py build_ext --inplace

# Needs feast package to setup the feature store
test-go: compile-protos-go
pip install -e ".[ci]"
test-go: install-python-ci-dependencies compile-go-lib
go test ./...

format-go:
Expand Down