Skip to content

Commit

Permalink
Add workaround for curent problem with click
Browse files Browse the repository at this point in the history
  • Loading branch information
ngraziano committed Oct 10, 2021
1 parent ff4ac5b commit 213a219
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install platformio
# Workaround.
pip install "click!=8.0.2"
- name: Build simple exemple
run: platformio ci --lib="." --board=pro8MHzatmega328 --project-option="lib_deps=ArduinoSTL" examples/simple
- name: Build simple sx1262 exemple
Expand Down

0 comments on commit 213a219

Please sign in to comment.