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 9076bd8 commit d6a09ceCopy full SHA for d6a09ce
.github/workflows/test.yaml
@@ -38,6 +38,6 @@ jobs:
38
run: |
39
python -m pip install --upgrade pip
40
python -m pip install db-dtypes
41
- python -m pip install -e feast/sdk/python[ci]
+ python -m pip install -e feast[ci]
42
- name: Run Feast unit tests
43
run: FEAST_USAGE=False IS_TEST=True python -m pytest -n 8 feast/sdk/python/tests
0 commit comments