From c7922927e5e6f8c3992dfb9901a2ac6d9a0c78e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Best?= Date: Sun, 10 Oct 2021 14:01:47 +0200 Subject: [PATCH] chore: Fix PlatformIO checks See platformio/platformio-core#4078 --- .github/workflows/platformio.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/platformio.yml b/.github/workflows/platformio.yml index 6433144..b604f76 100644 --- a/.github/workflows/platformio.yml +++ b/.github/workflows/platformio.yml @@ -53,6 +53,7 @@ jobs: run: | python -m pip install --upgrade pip pip install --upgrade platformio + pip install "click!=8.0.2" # See platformio/platformio-core#4078 - name: Run PlatformIO run: pio ci --lib="." --board="${{matrix.board}}" env: