Browse Source

🔨 Use PlatformIO Core 6.0 Dev for CI (#24194)

FB4S_WIFI
Ivan Kravets 2 years ago
committed by Scott Lahteine
parent
commit
fe77fc66c0
  1. 5
      .github/workflows/test-builds.yml
  2. 4
      docker/Dockerfile

5
.github/workflows/test-builds.yml

@ -138,8 +138,9 @@ jobs:
- name: Install PlatformIO - name: Install PlatformIO
run: | run: |
pip install -U https://github.com/platformio/platformio-core/archive/v5.2.5.zip pip install -U platformio
platformio update pio upgrade --dev
pio pkg update --global
- name: Run ${{ matrix.test-platform }} Tests - name: Run ${{ matrix.test-platform }} Tests
run: | run: |

4
docker/Dockerfile

@ -1,7 +1,7 @@
FROM python:3.9.0-buster FROM python:3.9.0-buster
RUN pip install -U https://github.com/platformio/platformio-core/archive/v5.2.5.zip RUN pip install -U platformio
RUN platformio update RUN pio upgrade --dev
# To get the test platforms # To get the test platforms
RUN pip install PyYaml RUN pip install PyYaml
#ENV PATH /code/buildroot/bin/:/code/buildroot/tests/:${PATH} #ENV PATH /code/buildroot/bin/:/code/buildroot/tests/:${PATH}

Loading…
Cancel
Save