Skip to content

Commit d76b214

Browse files
committed
fix yml syntax again
1 parent b976083 commit d76b214

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests+artifacts+pypi.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ jobs:
2222
- platform: ubuntu-latest
2323
python-version: "3.7"
2424
- platform: windows-latest
25-
python-version: ["3.8", "3.10"]
25+
python-version: "3.8"
26+
- platform: windows-latest
27+
python-version: "3.10"
2628
runs-on: ${{ matrix.platform }}
2729
steps:
2830
- if: matrix.platform == 'macos-latest'

0 commit comments

Comments
 (0)