We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4daa69 commit c792292Copy full SHA for c792292
.github/workflows/platformio.yml
@@ -53,6 +53,7 @@ jobs:
53
run: |
54
python -m pip install --upgrade pip
55
pip install --upgrade platformio
56
+ pip install "click!=8.0.2" # See platformio/platformio-core#4078
57
- name: Run PlatformIO
58
run: pio ci --lib="." --board="${{matrix.board}}"
59
env:
0 commit comments