From 62408a687242d7bf56c5b7c95de8d594d3aaaa70 Mon Sep 17 00:00:00 2001 From: Fu Hanxi Date: Wed, 27 Jul 2022 15:07:53 +0800 Subject: [PATCH] ci: pip install idf-component-manager inside CI --- tools/ci/config/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/ci/config/build.yml b/tools/ci/config/build.yml index 140c2a48b5..8008c98e92 100644 --- a/tools/ci/config/build.yml +++ b/tools/ci/config/build.yml @@ -164,6 +164,8 @@ build_examples_make: - $BOT_LABEL_REGULAR_TEST - $BOT_LABEL_WEEKEND_TEST script: + # install idf-component-manager inside CI pipeline to avoid breaking python packages dependencies + - pip install "idf-component-manager~=1.1" # it's not possible to build 100% out-of-tree and have the "artifacts" # mechanism work, but this is the next best thing - mkdir -p ${BUILD_PATH}