Skip to content

Commit 23e4c3e

Browse files
committed
. e convert array to one item per line
1 parent c64e75c commit 23e4c3e

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/test_min.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ jobs:
99
strategy:
1010
fail-fast: true
1111
matrix:
12-
python-version: [3.8, 3.9, "3.10", "3.11"]
12+
python-version:
13+
- 3.8
14+
- 3.9
15+
- "3.10"
16+
- "3.11"
1317
os: [macos-latest, ubuntu-latest, windows-latest]
1418

1519
steps:

0 commit comments

Comments
 (0)