Commit 14327e0 1 parent 0a39c7f commit 14327e0 Copy full SHA for 14327e0
File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -138,8 +138,9 @@ jobs:
138
138
139
139
- name : Install PlatformIO
140
140
run : |
141
- pip install -U https://github.com/platformio/platformio-core/archive/v5.2.5.zip
142
- platformio update
141
+ pip install -U platformio
142
+ pio upgrade --dev
143
+ pio pkg update --global
143
144
144
145
- name : Run ${{ matrix.test-platform }} Tests
145
146
run : |
Original file line number Diff line number Diff line change 1
1
FROM python:3.9.0-buster
2
2
3
- RUN pip install -U https://github.com/ platformio/platformio-core/archive/v5.2.5.zip
4
- RUN platformio update
3
+ RUN pip install -U platformio
4
+ RUN pio upgrade --dev
5
5
# To get the test platforms
6
6
RUN pip install PyYaml
7
7
# ENV PATH /code/buildroot/bin/:/code/buildroot/tests/:${PATH}
You can’t perform that action at this time.
0 commit comments