wheel / win smaller env

This commit is contained in:
Jason2866 2022-09-18 13:32:48 +02:00
parent 17106530be
commit fa252a816e
3 changed files with 10 additions and 2 deletions

View File

@ -62,6 +62,7 @@ jobs:
uses: actions/setup-python@v3
- name: Install dependencies
run: |
pip install wheel
pip install -U platformio
- name: Run PlatformIO
run: platformio run -e ${{ matrix.variant }}
@ -86,6 +87,7 @@ jobs:
uses: actions/setup-python@v3
- name: Install dependencies
run: |
pip install wheel
pip install -U platformio
- name: Run PlatformIO
run: platformio run -e ${{ matrix.variant }}-${{ matrix.language }}

View File

@ -61,6 +61,7 @@ jobs:
uses: actions/setup-python@v3
- name: Install dependencies
run: |
pip install wheel
pip install -U platformio
- name: Run PlatformIO
run: platformio run -e ${{ matrix.variant }}
@ -85,6 +86,7 @@ jobs:
uses: actions/setup-python@v3
- name: Install dependencies
run: |
pip install wheel
pip install -U platformio
- name: Run PlatformIO
run: platformio run -e ${{ matrix.variant }}-${{ matrix.language }}

View File

@ -24,13 +24,14 @@ jobs:
fail-fast: true
matrix:
variant:
- tasmota32s3
- tasmota32-safeboot
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
- name: Install dependencies
run: |
pip install wheel
#python -m pip install --upgrade pip
pip install -U platformio
#platformio upgrade --dev
@ -56,6 +57,7 @@ jobs:
uses: actions/setup-python@v3
- name: Install dependencies
run: |
pip install wheel
#python -m pip install --upgrade pip
pip install -U platformio
#platformio upgrade --dev
@ -86,6 +88,7 @@ jobs:
- tasmota32
- tasmota32c3
- tasmota32s2
- tasmota32s3
- tasmota32-zbbrdgpro
- tasmota-zigbee
- tasmota32-bluetooth
@ -99,7 +102,6 @@ jobs:
- tasmota32s3cdc
- tasmota32solo1
- tasmota32solo1-safeboot
- tasmota32-safeboot
- tasmota32c3-safeboot
- tasmota32c3cdc-safeboot
- tasmota32s2-safeboot
@ -112,6 +114,7 @@ jobs:
uses: actions/setup-python@v3
- name: Install dependencies
run: |
pip install wheel
#python -m pip install --upgrade pip
pip install -U platformio
#platformio upgrade --dev
@ -137,6 +140,7 @@ jobs:
uses: actions/setup-python@v3
- name: Install dependencies
run: |
pip install wheel
#python -m pip install --upgrade pip
pip install -U platformio
#platformio upgrade --dev