We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb51eab commit 2e14e6fCopy full SHA for 2e14e6f
.github/workflows/test.yaml
@@ -46,5 +46,6 @@ jobs:
46
python -m pip install --upgrade pip
47
python -m pip install db-dtypes
48
make install-python-ci-dependencies
49
+ python -m pip install -e feast[ci]
50
- name: Run Feast unit tests
51
run: FEAST_USAGE=False IS_TEST=True python -m pytest -n 8 feast/sdk/python/tests
Makefile
@@ -5,7 +5,6 @@
5
6
install-python-ci-dependencies: install-go-proto-dependencies install-go-ci-dependencies
7
python -m piptools sync feast/sdk/python/requirements/py$(PYTHON)-ci-requirements.txt
8
- COMPILE_GO=true python feast/setup.py develop
9
10
# Go SDK & embedded
11
0 commit comments