Skip to content

Commit fb3e0f8

Browse files
committed
spacing
1 parent 70e08bc commit fb3e0f8

File tree

1 file changed

+2
-1
lines changed
  • qa/L0_backend_python/examples

1 file changed

+2
-1
lines changed

qa/L0_backend_python/examples/test.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ source ../common.sh
2929
source ../../common/util.sh
3030

3131
TRITON_REPO_ORGANIZATION=${TRITON_REPO_ORGANIZATION:="http://github.com/triton-inference-server"}
32+
3233
SERVER_ARGS="--model-repository=${MODELDIR}/examples/python_backend/models --backend-directory=${BACKEND_DIR} --log-verbose=1"
3334
SERVER_LOG="./examples_server.log"
3435

@@ -441,6 +442,6 @@ else
441442
echo -e "\n***\n*** Example verification test FAILED.\n***"
442443
fi
443444

444-
pip3 uninstall numpy
445+
pip3 uninstall -y numpy
445446
pip3 install "numpy<2"
446447
exit $RET

0 commit comments

Comments
 (0)