[CI] Install pyserial for ESP32 CI_FORCE_BUILD

This commit is contained in:
Jan Gromeš 2020-08-22 13:47:55 +02:00 committed by GitHub
parent 840f26bfe8
commit d8f677829d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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