Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/2.0.x' into ENDER
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphDaMan committed May 16, 2022
2 parents 49d3ae7 + c1d3e46 commit 392940a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 392940a

Please sign in to comment.