mirror of https://github.com/milvus-io/milvus.git
Upgrade set-tools to fix scale python install (#17764)
Signed-off-by: ThreadDao <yufen.zong@zilliz.com>pull/17781/head
parent
a6e336e4fc
commit
098d8ee471
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue