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
binbin 2022-08-12 19:18:49 +08:00 committed by GitHub
parent 0e4dc112aa
commit f63faf0d6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -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"]

View File

@ -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