Skip to content

Commit d8595bc

Browse files
committed
workflow update
1 parent e8f3c98 commit d8595bc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ jobs:
4747
max-parallel: 3
4848
matrix:
4949
pver:
50-
- 3.9
51-
- 3.10
52-
- 3.11
53-
- 3.12
50+
- "3.9"
51+
- "3.10"
52+
- "3.11"
53+
- "3.12"
5454
container: python:${{ matrix.pver }}
5555
steps:
5656
- name: Pylint

0 commit comments

Comments
 (0)