Hot fix for gitpod and CI (pio core v6.1.8 is faulty) (#19044)

* Use pio v6.1.7
This commit is contained in:
Jason2866 2023-07-05 23:14:16 +02:00 committed by GitHub
parent 67a62ef3c8
commit c4f899a721
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 13 additions and 13 deletions

View File

@ -101,7 +101,7 @@ jobs:
- name: Install dependencies
run: |
pip install wheel
pip install -U platformio
pip install -U platformio==6.1.7
- name: Run PlatformIO
run: platformio run -e ${{ matrix.variant }}
- name: Upload safeboot firmware artifacts
@ -139,7 +139,7 @@ jobs:
- name: Install dependencies
run: |
pip install wheel
pip install -U platformio
pip install -U platformio==6.1.7
- name: Run PlatformIO
run: platformio run -e ${{ matrix.variant }}
- name: Upload firmware artifacts
@ -182,7 +182,7 @@ jobs:
- name: Install dependencies
run: |
pip install wheel
pip install -U platformio
pip install -U platformio==6.1.7
- name: Download safeboot firmwares
uses: actions/download-artifact@v3
with:
@ -219,7 +219,7 @@ jobs:
- name: Install dependencies
run: |
pip install wheel
pip install -U platformio
pip install -U platformio==6.1.7
- name: Download safeboot firmwares
uses: actions/download-artifact@v3
with:

View File

@ -40,7 +40,7 @@ jobs:
- name: Install dependencies
run: |
pip install wheel
pip install -U platformio
pip install -U platformio==6.1.7
- name: Run PlatformIO
run: platformio run -e ${{ matrix.variant }}
- name: Upload safeboot firmware artifacts
@ -77,7 +77,7 @@ jobs:
- name: Install dependencies
run: |
pip install wheel
pip install -U platformio
pip install -U platformio==6.1.7
- name: Run PlatformIO
run: platformio run -e ${{ matrix.variant }}
- name: Upload firmware artifacts
@ -120,7 +120,7 @@ jobs:
- name: Install dependencies
run: |
pip install wheel
pip install -U platformio
pip install -U platformio==6.1.7
- name: Download safeboot firmwares
uses: actions/download-artifact@v3
with:
@ -157,7 +157,7 @@ jobs:
- name: Install dependencies
run: |
pip install wheel
pip install -U platformio
pip install -U platformio==6.1.7
- name: Download safeboot firmwares
uses: actions/download-artifact@v3
with:

View File

@ -35,7 +35,7 @@ jobs:
run: |
pip install wheel
#python -m pip install --upgrade pip
pip install -U platformio
pip install -U platformio==6.1.7
#platformio upgrade --dev
#platformio update
- name: Run PlatformIO
@ -63,7 +63,7 @@ jobs:
run: |
pip install wheel
#python -m pip install --upgrade pip
pip install -U platformio
pip install -U platformio==6.1.7
#platformio upgrade --dev
#platformio update
- name: Run PlatformIO
@ -122,7 +122,7 @@ jobs:
run: |
pip install wheel
#python -m pip install --upgrade pip
pip install -U platformio
pip install -U platformio==6.1.7
#platformio upgrade --dev
#platformio update
- name: Run PlatformIO
@ -150,7 +150,7 @@ jobs:
run: |
pip install wheel
#python -m pip install --upgrade pip
pip install -U platformio
pip install -U platformio==6.1.7
#platformio upgrade --dev
#platformio update
- name: Run PlatformIO

View File

@ -1,5 +1,5 @@
tasks:
- command: pip3 install -U platformio && platformio run -e tasmota
- command: pip3 install -U platformio==6.1.7 && platformio run -e tasmota
image:
file: .gitpod.Dockerfile