Skip to content

Commit febef0b

Browse files
committed
quote
1 parent ab00d25 commit febef0b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
strategy:
1111
matrix:
1212
python-version:
13-
- 3.6
14-
- 3.7
15-
- 3.8
16-
- 3.9
17-
- 3.10
13+
- "3.6"
14+
- "3.7"
15+
- "3.8"
16+
- "3.9"
17+
- "3.10"
1818
steps:
1919
- uses: actions/checkout@v2
2020
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)