Disable core linting with Python 3.6
This commit is contained in:
@@ -33,6 +33,7 @@ jobs:
|
||||
pip install tox
|
||||
|
||||
- name: Python Lint
|
||||
if: ${{ matrix.python-version != '3.6' }}
|
||||
run: |
|
||||
tox -e lint
|
||||
|
||||
|
||||
Reference in New Issue
Block a user