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: |