Skip to content

Commit

Permalink
fix up now it should work
Browse files Browse the repository at this point in the history
  • Loading branch information
ladislas committed May 22, 2024
1 parent 0a09cf4 commit 4b0ff9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,9 @@ runs:
fi
echo "ImageOS: $ImageOS"
echo "BREAK_SYSTEM_PACKAGES: $BREAK_SYSTEM_PACKAGES"
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
pip install --upgrade --upgrade-strategy eager -r ./requirements.txt $BREAK_SYSTEM_PACKAGES
pip install --upgrade --upgrade-strategy eager -r ./tools/config/mbed_requirements.txt $BREAK_SYSTEM_PACKAGES
pip install --upgrade --upgrade-strategy eager -r ./extern/mcuboot/scripts/requirements.txt $BREAK_SYSTEM_PACKAGES
- name: Test pip packages
shell: bash
Expand Down

0 comments on commit 4b0ff9d

Please sign in to comment.