💚 Lock CI testing to PlatformIO 5.2.5

This commit is contained in:
Scott Lahteine 2022-03-29 03:24:15 -05:00 committed by Scott Lahteine
parent 9df0dbc981
commit c1d3e4634c
2 changed files with 2 additions and 2 deletions

View File

@ -137,7 +137,7 @@ jobs:
- name: Install PlatformIO
run: |
pip install -U https://github.com/platformio/platformio-core/archive/develop.zip
pip install -U https://github.com/platformio/platformio-core/archive/v5.2.5.zip
platformio update
- name: Run ${{ matrix.test-platform }} Tests

View File

@ -1,6 +1,6 @@
FROM python:3.9.0-buster
RUN pip install -U https://github.com/platformio/platformio-core/archive/develop.zip
RUN pip install -U https://github.com/platformio/platformio-core/archive/v5.2.5.zip
RUN platformio update
# To get the test platforms
RUN pip install PyYaml