mirror of https://github.com/milvus-io/milvus.git
Update pymilvus version (#18627)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com> Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>pull/18632/head
parent
0e4dc112aa
commit
f63faf0d6f
|
@ -15,6 +15,8 @@ RUN apt-get update && apt-get install -y jq
|
|||
|
||||
COPY ./tests/python_client/requirements.txt /requirements.txt
|
||||
|
||||
RUN python3 -m pip install --no-cache-dir -r /requirements.txt
|
||||
RUN python3 -m pip install --upgrade setuptools \
|
||||
&& python3 -m pip install --upgrade pip \
|
||||
&& python3 -m pip install --no-cache-dir -r /requirements.txt --timeout 30 --retries 6
|
||||
|
||||
CMD ["tail", "-f", "/dev/null"]
|
||||
|
|
|
@ -9,7 +9,7 @@ allure-pytest==2.7.0
|
|||
pytest-print==0.2.1
|
||||
pytest-level==0.1.1
|
||||
pytest-xdist==2.5.0
|
||||
pymilvus==2.1.0.dev103
|
||||
pymilvus==2.1.1.dev3
|
||||
pytest-rerunfailures==9.1.1
|
||||
git+https://github.com/Projectplace/pytest-tags
|
||||
ndg-httpsclient
|
||||
|
|
Loading…
Reference in New Issue