mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 01:28:27 +08:00
enhance: [skip e2e] Fix test script always skip pip install (#35766)
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
This commit is contained in:
parent
709666b88f
commit
b75b25794b
@ -64,7 +64,7 @@ fi
|
|||||||
|
|
||||||
# skip pip install when DISABLE_PIP_INSTALL is set
|
# skip pip install when DISABLE_PIP_INSTALL is set
|
||||||
DISABLE_PIP_INSTALL=${DISABLE_PIP_INSTALL:-false}
|
DISABLE_PIP_INSTALL=${DISABLE_PIP_INSTALL:-false}
|
||||||
if [ "${DISABLE_PIP_INSTALL:-}" = "" ]; then
|
if [ "${DISABLE_PIP_INSTALL:-}" = "false" ]; then
|
||||||
echo "prepare e2e test"
|
echo "prepare e2e test"
|
||||||
install_pytest_requirements
|
install_pytest_requirements
|
||||||
fi
|
fi
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user