Skip to content

Commit dccc14b

Browse files
committed
Ensure that PIO Core System Info works on all supported Pythons
1 parent 3a21f48 commit dccc14b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/core.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ jobs:
2727
python -m pip install --upgrade pip
2828
pip install tox
2929
30+
- name: Core System Info
31+
run: |
32+
tox -e py
33+
3034
- name: Python Lint
3135
if: ${{ matrix.python-version != '3.6' }}
3236
run: |

0 commit comments

Comments
 (0)