Skip to content

Commit 59071f1

Browse files
committed
Restore matrix
1 parent 98ff132 commit 59071f1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
strategy:
1111
matrix:
1212
include:
13-
- python-version: 3.8
14-
- python-version: 3.9
15-
- python-version: 3.10
16-
- python-version: 3.11
17-
- python-version: 3.12
13+
- python-version: "3.8"
14+
- python-version: "3.9"
15+
- python-version: "3.10"
16+
- python-version: "3.11"
17+
- python-version: "3.12"
1818

1919
env:
2020
PYTHON: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)