Skip to content

Commit 0a7f862

Browse files
committed
fix lint gh-action
1 parent 927fd37 commit 0a7f862

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lints.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest, windows-latest, macOS-latest]
11-
python-version: [3.7, 3.8, 3.9, 3.10]
11+
python-version: ['3.7', '3.8', '3.9', '3.10']
1212

13-
name: Python ${{ matrix.python-version }} Test
13+
name: Python ${{ matrix.python-version }} on ${{ matrix.os }}
1414

1515
steps:
1616
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)