Skip to content

Commit c792292

Browse files
authored
chore: Fix PlatformIO checks
See platformio/platformio-core#4078
1 parent b4daa69 commit c792292

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/platformio.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
run: |
5454
python -m pip install --upgrade pip
5555
pip install --upgrade platformio
56+
pip install "click!=8.0.2" # See platformio/platformio-core#4078
5657
- name: Run PlatformIO
5758
run: pio ci --lib="." --board="${{matrix.board}}"
5859
env:

0 commit comments

Comments
 (0)