Merge remote-tracking branch 'main/master' into caiyd_1547_rename_storage_file

This commit is contained in:
yudong.cai 2020-03-12 09:37:54 +08:00
commit 4b9dc0263b
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