Merge pull request #1624 from del-zhenwu/ci_update

Update ci pip install
pull/1582/head
Jin Hai 2020-03-12 09:32:19 +08:00 committed by GitHub
commit b6234ff028
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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