From 6321962919eb43f98b917abc522f5757c7da2ec2 Mon Sep 17 00:00:00 2001 From: wannianbuxiang Date: Fri, 12 Jan 2024 02:28:46 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=A4=B1=E8=B4=A5=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wannianbuxiang --- tests/image-ci-test/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/image-ci-test/install.sh b/tests/image-ci-test/install.sh index 8c6c9ba..2e9d461 100644 --- a/tests/image-ci-test/install.sh +++ b/tests/image-ci-test/install.sh @@ -21,6 +21,7 @@ build() install() { + python3 -m pip install --upgrade pip python3 -m pip install -r $TONE_BM_CACHE_DIR/requirements.txt cp -Trf $TONE_BM_CACHE_DIR $TONE_BM_RUN_DIR -- Gitee