From d8f677829de07aac35489d7acee69170af649237 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Grome=C5=A1?= Date: Sat, 22 Aug 2020 13:47:55 +0200 Subject: [PATCH] [CI] Install pyserial for ESP32 CI_FORCE_BUILD --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 646836a8..31eb94e8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -54,6 +54,7 @@ jobs: echo "::set-output name=skip-path::(HTTP|MQTT).*ino" elif [[ "${{ contains(matrix.board, 'esp32') }}" == "true" ]]; then + python -m pip install pyserial echo "::set-output name=index-url::--additional-urls https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json" elif [[ "${{ contains(matrix.board, 'STM32') }}" == "true" ]]; then