mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip e2e]Update pymilvus version for deploy test (#15116)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
This commit is contained in:
parent
0db1ac4614
commit
845aa7899d
6
.github/workflows/deploy-test.yaml
vendored
6
.github/workflows/deploy-test.yaml
vendored
@ -39,6 +39,8 @@ jobs:
|
||||
working-directory: tests/python_client/deploy
|
||||
run: |
|
||||
pip install -r requirements.txt
|
||||
# update pymilvus to latest version
|
||||
pip install -i https://test.pypi.org/simple/ pymilvus==2.0.0rc10.dev2
|
||||
|
||||
- name: Run deploy test
|
||||
timeout-minutes: 60
|
||||
@ -102,7 +104,9 @@ jobs:
|
||||
shell: bash
|
||||
working-directory: tests/python_client/deploy
|
||||
run: |
|
||||
pip install -r requirements.txt
|
||||
pip install -r requirements.txt
|
||||
# update pymilvus to latest version
|
||||
pip install -i https://test.pypi.org/simple/ pymilvus==2.0.0rc10.dev2
|
||||
|
||||
- name: First Milvus Deployment
|
||||
timeout-minutes: 60
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user