Skip to content

Commit

Permalink
fixup - try getting os version
Browse files Browse the repository at this point in the history
  • Loading branch information
ladislas committed May 22, 2024
1 parent 76805da commit 52a6f45
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 52a6f45

Please sign in to comment.