From 6321962919eb43f98b917abc522f5757c7da2ec2 Mon Sep 17 00:00:00 2001 From: wannianbuxiang Date: Fri, 12 Jan 2024 02:28:46 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=A4=B1=E8=B4=A5?= =?UTF-8?q?=E4=BB=BB=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 From 49c31f6b272be7d8e5fb65d867db1de7a661a4cb Mon Sep 17 00:00:00 2001 From: wannianbuxiang Date: Mon, 15 Jan 2024 06:44:46 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=E5=BF=BD=E7=95=A5PyYAML?= 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 2e9d461..719237a 100644 --- a/tests/image-ci-test/install.sh +++ b/tests/image-ci-test/install.sh @@ -22,6 +22,7 @@ build() install() { python3 -m pip install --upgrade pip + pip3 install --ignore-installed PyYAML python3 -m pip install -r $TONE_BM_CACHE_DIR/requirements.txt cp -Trf $TONE_BM_CACHE_DIR $TONE_BM_RUN_DIR -- Gitee