set python verion because of warnings

This commit is contained in:
Frank Haverland
2022-10-12 22:41:41 +02:00
parent 50b9983534
commit 62742d92d2

View File

@@ -27,6 +27,8 @@ jobs:
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install PlatformIO - name: Install PlatformIO
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip