Skip to content

Commit ce915c2

Browse files
committed
Fix --with test in milvus.yml workflow
1 parent 7be0d10 commit ce915c2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/milvus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: Install dependencies
4444
run: |
45-
poetry install --with test
45+
poetry install
4646
poetry add pymilvus
4747
4848
- name: Free up disk space
@@ -90,7 +90,7 @@ jobs:
9090
- name: Install dependencies
9191
run: |
9292
pip install poetry
93-
poetry install --with test
93+
poetry install
9494
9595
- name: Update Milvus version
9696
run: |

0 commit comments

Comments
 (0)