Updated python version for release action

This commit is contained in:
Gunnar Skjold 2022-03-12 08:26:08 +01:00
parent b6b9db5431
commit 2a4a199ae6

View File

@ -33,10 +33,10 @@ jobs:
with:
path: ~/.pio/libdeps
key: ${{ runner.os }}-pio-${{ hashFiles('platformio.ini') }}
- name: Set up Python 3.7
- name: Set up Python 3.9
uses: actions/setup-python@v1
with:
python-version: 3.7
python-version: 3.9
- name: Install dependencies
run: |
python -m pip install --upgrade pip