mirror of https://github.com/milvus-io/milvus.git
commit
b6234ff028
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue