Update ci pip install

Signed-off-by: del-zhenwu <zw@zilliz.com>
pull/1624/head
del-zhenwu 2020-03-11 23:14:09 +08:00
parent 87214f742b
commit 7016ed37ed
2 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,6 @@ timeout(time: 60, unit: 'MINUTES') {
dir ("tests/milvus_python_test") {
// sh 'python3 -m pip install -r requirements.txt -i http://pypi.douban.com/simple --trusted-host pypi.douban.com'
sh 'python3 -m pip install -r requirements.txt'
sh 'python3 -m pip install git+https://github.com/BossZou/pymilvus.git@nns'
sh "pytest . --alluredir=\"test_out/dev/single/sqlite\" --level=1 --ip ${env.HELM_RELEASE_NAME}.milvus.svc.cluster.local"
}

View File

@ -7,4 +7,4 @@ allure-pytest==2.7.0
pytest-print==0.1.2
pytest-level==0.1.1
scikit-learn>=0.19.1
# pymilvus-test>=0.2.57
pymilvus-test>=0.2.0