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-
- uses: actions/setup-python@v5
with:
python-version: '3.9'
python-version: '3.12'
cache: 'pip'
- name: Install PlatformIO
run: pip install -r requirements.txt
- name: Get default environments
@@ -62,7 +63,8 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.9'
python-version: '3.12'
cache: 'pip'
- name: Install PlatformIO
run: pip install -r requirements.txt
- name: Build firmware