Upgrade set-tools to fix scale python install (#17764)

Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
This commit is contained in:
ThreadDao 2022-06-24 17:16:32 +08:00 committed by GitHub
parent a6e336e4fc
commit 098d8ee471
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,6 +40,7 @@ pipeline {
container('milvus-test') {
dir ('tests/python_client'){
sh """
pip install --upgrade setuptools
pip install --upgrade pip
pip install -r requirements.txt
pip install --upgrade protobuf