Skip to content

Commit

Permalink
👷 (tests): Functional - add setup step
Browse files Browse the repository at this point in the history
  • Loading branch information
ladislas committed Dec 13, 2023
1 parent caa9f34 commit 7e8da60
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci-functional_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Setup
run: |
brew update && brew upgrade
brew upgrade arm-gcc-bin
python3 -m pip install -U --user -r ./tools/config/mbed_requirements.txt
#
# Mark: - Config & Build
#
Expand Down

0 comments on commit 7e8da60

Please sign in to comment.