Skip to content

Commit 33d923c

Browse files
authored
run tests on windows
1 parent da8616c commit 33d923c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/Lint-and-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ jobs:
77
compare-branch: origin/main
88
python-ver: '3.13'
99
tests:
10-
runs-on: ubuntu-latest
1110
strategy:
1211
matrix:
1312
version: ['3.10','3.11', '3.12', '3.13', '3.14']
13+
os: ["ubuntu-latest", "windows-latest"]
14+
runs-on: ${{ matrix.os }}
1415
steps:
1516
- uses: actions/checkout@v4
1617
- uses: astral-sh/setup-uv@v6

0 commit comments

Comments
 (0)