From e552a3faa5ae863e643b686eddb47604d885ed46 Mon Sep 17 00:00:00 2001 From: chao an Date: Tue, 2 Apr 2024 11:13:50 +0800 Subject: [PATCH] ci/darwin: remove codechecker from install list ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. codechecker 6.23.1 requires PyYAML==6.0.1, but you have pyyaml 5.4.1 which is incompatible. Signed-off-by: chao an --- tools/ci/platforms/darwin.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/ci/platforms/darwin.sh b/tools/ci/platforms/darwin.sh index 3c3db9f71e3..eaa7905c7ad 100755 --- a/tools/ci/platforms/darwin.sh +++ b/tools/ci/platforms/darwin.sh @@ -209,7 +209,6 @@ python_tools() { pip3 install \ cmake-format \ - CodeChecker \ cvt2utf \ cxxfilt \ esptool==4.5.1 \