Skip to content

Commit 2e14e6f

Browse files
committed
fix pipeline failure
1 parent eb51eab commit 2e14e6f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,6 @@ jobs:
4646
python -m pip install --upgrade pip
4747
python -m pip install db-dtypes
4848
make install-python-ci-dependencies
49+
python -m pip install -e feast[ci]
4950
- name: Run Feast unit tests
5051
run: FEAST_USAGE=False IS_TEST=True python -m pytest -n 8 feast/sdk/python/tests

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
install-python-ci-dependencies: install-go-proto-dependencies install-go-ci-dependencies
77
python -m piptools sync feast/sdk/python/requirements/py$(PYTHON)-ci-requirements.txt
8-
COMPILE_GO=true python feast/setup.py develop
98

109
# Go SDK & embedded
1110

0 commit comments

Comments
 (0)