未验证 提交 b6234ff0 编写于 作者: J Jin Hai 提交者: GitHub

Merge pull request #1624 from del-zhenwu/ci_update

Update ci pip install
......@@ -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
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册