mirror of https://github.com/milvus-io/milvus.git
[skip ci]Fix ssl error in pip install (#10516)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>pull/10517/head
parent
fb064837b9
commit
f08ed354df
|
@ -44,7 +44,7 @@ jobs:
|
|||
retry_on: error
|
||||
shell: bash
|
||||
command: |
|
||||
pip install -r tests/python_client/requirements.txt
|
||||
pip install -r tests/python_client/requirements.txt --trusted-host https://test.pypi.org
|
||||
pip install --upgrade protobuf
|
||||
|
||||
- name: Deploy Chaos Mesh
|
||||
|
|
Loading…
Reference in New Issue