mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 18:17:13 +02:00
Ensure that PIO Core System Info works on all supported Pythons
This commit is contained in:
4
.github/workflows/core.yml
vendored
4
.github/workflows/core.yml
vendored
@ -27,6 +27,10 @@ jobs:
|
|||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install tox
|
pip install tox
|
||||||
|
|
||||||
|
- name: Core System Info
|
||||||
|
run: |
|
||||||
|
tox -e py
|
||||||
|
|
||||||
- name: Python Lint
|
- name: Python Lint
|
||||||
if: ${{ matrix.python-version != '3.6' }}
|
if: ${{ matrix.python-version != '3.6' }}
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user