From 845aa7899daca438db2759f09db85a114b772d7d Mon Sep 17 00:00:00 2001 From: zhuwenxing Date: Mon, 10 Jan 2022 21:19:40 +0800 Subject: [PATCH] [skip e2e]Update pymilvus version for deploy test (#15116) Signed-off-by: zhuwenxing --- .github/workflows/deploy-test.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-test.yaml b/.github/workflows/deploy-test.yaml index 887acdb7fb..2fe42a1022 100644 --- a/.github/workflows/deploy-test.yaml +++ b/.github/workflows/deploy-test.yaml @@ -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