Skip to content

Commit

Permalink
fix platformio install sometime failing on GH
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-rabault committed Jan 31, 2025
1 parent 57de417 commit efabec4
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
project_folders:
[
project_folders: [
examples/projects/l0,
examples/projects/Arduino,
examples/projects/NUCLEO-L432KC,
Expand Down Expand Up @@ -120,8 +119,12 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install wheel
pip install platformio
pip install wheel==0.40.0
pip install platformio==6.1.5
pip install anyio==4.8.0
pip install typing-extensions==4.12.2
pip install exceptiongroup==1.2.2
pip install sniffio==1.3.1
- name: Run PlatformIO
run: |
Expand Down

0 comments on commit efabec4

Please sign in to comment.