mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
ESP-IDF v4.4 is EOL, remove it from ci
This commit is contained in:
+2
-8
@@ -95,14 +95,8 @@ fi
|
||||
|
||||
echo_log "Installing python dependencies for Matter"
|
||||
|
||||
# Install python dependencies based on idf version
|
||||
if [[ $(git -C $IDF_PATH describe) == v4.4* ]]; then
|
||||
echo_log "Installing requirements from requirements_idf_v4.4.txt"
|
||||
python3 -m pip install -r ${ESP_MATTER_PATH}/requirements_idf_v4.4.txt >/dev/null
|
||||
else
|
||||
echo_log "Installing requirements from requirements.txt"
|
||||
python3 -m pip install -r ${ESP_MATTER_PATH}/requirements.txt > /dev/null
|
||||
fi
|
||||
echo_log "Installing requirements from requirements.txt"
|
||||
python3 -m pip install -r ${ESP_MATTER_PATH}/requirements.txt > /dev/null
|
||||
|
||||
if [ $BUILD_PYTHON = true ]; then
|
||||
echo_log "Building Python testing environment"
|
||||
|
||||
Reference in New Issue
Block a user