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

Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
pull/17781/head
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
1 changed files with 1 additions and 0 deletions

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