mirror of https://github.com/milvus-io/milvus.git
[skip e2e]Update dependency for deploy test (#16827)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>pull/16831/head
parent
6b2d3c3ec1
commit
507cf26277
|
@ -204,11 +204,9 @@ jobs:
|
|||
|
||||
- name: Install dependency
|
||||
shell: bash
|
||||
working-directory: tests/python_client/deploy
|
||||
working-directory: tests/python_client
|
||||
run: |
|
||||
pip install -r requirements.txt
|
||||
# update pymilvus to latest version
|
||||
pip install -i https://test.pypi.org/simple/ pymilvus==2.0.0rc10.dev2
|
||||
pip install -r requirements.txt --trusted-host https://test.pypi.org
|
||||
|
||||
- name: Modify chart value config
|
||||
timeout-minutes: 1
|
||||
|
|
Loading…
Reference in New Issue