Skip to content

Commit 5144253

Browse files
committed
Adjust github actions
1 parent fc628ba commit 5144253

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ jobs:
66
strategy:
77
matrix:
88
python-version:
9-
- 2.7
10-
- 3.6
11-
- 3.7
12-
- 3.9
13-
- 3.10
9+
- '2.7'
10+
- '3.6'
11+
- '3.7'
12+
- '3.9'
13+
- '3.10'
1414
name: Python ${{ matrix.python-version }} sample
1515
steps:
1616
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)