mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for ci_e2e.sh (#12504)
Signed-off-by: Jenny Li <jing.li@zilliz.com>pull/12508/head
parent
e06846d935
commit
6f2cdff196
|
@ -47,7 +47,10 @@ source "${ROOT}/tests/scripts/ci-util.sh"
|
|||
|
||||
|
||||
cd ${ROOT}/tests/python_client
|
||||
|
||||
# print python3 version, python version 3.6.8 is more stable for test
|
||||
python3 -V
|
||||
|
||||
if [ ! -d "${CI_LOG_PATH}" ]; then
|
||||
mkdir -p ${CI_LOG_PATH}
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue