[skip ci]Fix ssl error in pip install (#10516)

Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
pull/10517/head
zhuwenxing 2021-10-23 19:07:11 +08:00 committed by GitHub
parent fb064837b9
commit f08ed354df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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