python update for build.yml

This commit is contained in:
Frank
2026-04-02 11:51:15 +02:00
parent 28834aa17c
commit 280a8d070b
2 changed files with 5 additions and 3 deletions

View File

@@ -26,7 +26,8 @@ jobs:
${{ runner.os }}-pip- ${{ runner.os }}-pip-
- uses: actions/setup-python@v5 - uses: actions/setup-python@v5
with: with:
python-version: '3.9' python-version: '3.12'
cache: 'pip'
- name: Install PlatformIO - name: Install PlatformIO
run: pip install -r requirements.txt run: pip install -r requirements.txt
- name: Get default environments - name: Get default environments
@@ -62,7 +63,8 @@ jobs:
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v5 uses: actions/setup-python@v5
with: with:
python-version: '3.9' python-version: '3.12'
cache: 'pip'
- name: Install PlatformIO - name: Install PlatformIO
run: pip install -r requirements.txt run: pip install -r requirements.txt
- name: Build firmware - name: Build firmware

View File

@@ -1 +1 @@
platformio platformio>=6.1.17