[skip e2e]Update dependency for deploy test (#16827)

Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
pull/16831/head
zhuwenxing 2022-05-07 14:47:51 +08:00 committed by GitHub
parent 6b2d3c3ec1
commit 507cf26277
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

@ -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