Force Action to use python 3.7

This commit is contained in:
Josh Stewart 2021-08-20 23:40:23 +10:00 committed by GitHub
parent 59ba9e6dbc
commit 0d90e13ed2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.7'
- name: Install PlatformIO
run: |