simplify platformio install

This commit is contained in:
Peter Buchegger 2021-05-17 10:02:36 +02:00
parent b88bc534a7
commit 445f7cc9d9

View file

@ -11,9 +11,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
- name: Install PlatformIO
run: |
python -m pip install --upgrade pip
pip install --upgrade platformio
run: python -m pip install --upgrade pip platformio
- name: Run PlatformIO CI
run: platformio run
- name: Upload artifacts