Skip to content

Commit 0abf23f

Browse files
ci: add windows support
1 parent d661fe2 commit 0abf23f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ on:
1111

1212
jobs:
1313
build:
14-
15-
runs-on: ubuntu-latest
1614
strategy:
15+
os: [ubuntu-latest, windows-latest]
1716
matrix:
1817
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
18+
runs-on: ${{ matrix.os }}
1919

2020
steps:
2121
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)