Ensure that PIO Core System Info works on all supported Pythons

This commit is contained in:
Ivan Kravets
2023-07-28 18:40:14 +03:00
parent 3a21f48c9c
commit dccc14b507

View File

@ -27,6 +27,10 @@ jobs:
python -m pip install --upgrade pip
pip install tox
- name: Core System Info
run: |
tox -e py
- name: Python Lint
if: ${{ matrix.python-version != '3.6' }}
run: |