From dccc14b50772fdacd2b9392ab07498000f4b6b30 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Fri, 28 Jul 2023 18:40:14 +0300 Subject: [PATCH] Ensure that PIO Core System Info works on all supported Pythons --- .github/workflows/core.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/core.yml b/.github/workflows/core.yml index 10fcf101..c7c020a3 100644 --- a/.github/workflows/core.yml +++ b/.github/workflows/core.yml @@ -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: |