Skip to content

Commit d6a09ce

Browse files
committed
update test pipeline
1 parent 9076bd8 commit d6a09ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ jobs:
3838
run: |
3939
python -m pip install --upgrade pip
4040
python -m pip install db-dtypes
41-
python -m pip install -e feast/sdk/python[ci]
41+
python -m pip install -e feast[ci]
4242
- name: Run Feast unit tests
4343
run: FEAST_USAGE=False IS_TEST=True python -m pytest -n 8 feast/sdk/python/tests

0 commit comments

Comments
 (0)