8000 GHA: Try running pylint on 3.10 only · davedoesdev/python-jwt@9e59304 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Nov 13, 2023. It is now read-only.

Commit 9e59304

Browse files
committed
GHA: Try running pylint on 3.10 only
1 parent 6ab9844 commit 9e59304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
make node_deps
3030
3131
- name: Lint
32-
if: matrix.python-version != 2.7
32+
if: matrix.python-version == '3.10'
3333
run: make lint
3434

3535
- name: Coverage

0 commit comments

Comments
 (0)
0