diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index d82d08f62c..1a241ae748 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -132,6 +132,10 @@ runs: if grep -q "Ubuntu 24.04" /etc/os-release; then BREAK_SYSTEM_PACKAGES="--break-system-packages" fi + echo "imageos: $ImageOS" + echo "imageversion: $ImageVersion" + cat /etc/os-release + pip install --upgrade --upgrade-strategy eager -r $BREAK_SYSTEM_PACKAGES ./requirements.txt pip install --upgrade --upgrade-strategy eager -r $BREAK_SYSTEM_PACKAGES ./tools/config/mbed_requirements.txt pip install --upgrade --upgrade-strategy eager -r $BREAK_SYSTEM_PACKAGES ./extern/mcuboot/scripts/requirements.txt