Force Action to use python 3.7
This commit is contained in:
parent
59ba9e6dbc
commit
0d90e13ed2
|
@ -21,6 +21,8 @@ jobs:
|
|||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: '3.7'
|
||||
|
||||
- name: Install PlatformIO
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue