Skip to content

Commit c2eb875

Browse files
committed
CI: skip lint on Py3.6, black requires Py3.7+
1 parent 6ca79fb commit c2eb875

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
- py-ver-major: 3
2626
py-ver-minor: 6
2727
step: mypy
28+
- py-ver-major: 3
29+
py-ver-minor: 6
30+
step: lint
2831

2932
env:
3033
py-semver: ${{ format('{0}.{1}', matrix.py-ver-major, matrix.py-ver-minor) }}

0 commit comments

Comments
 (0)