Skip to content

Commit d4f0443

Browse files
committed
ci updates
1 parent 61f3733 commit d4f0443

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
matrix:
1111
os:
1212
- ubuntu-latest
13-
# - windows-latest
13+
- windows-latest
1414
- macos-latest
1515
python-version:
1616
# - "3.7"
@@ -22,6 +22,8 @@ jobs:
2222
exclude:
2323
- os: windows-latest
2424
python-version: "3.12"
25+
- os: macos-latest
26+
python-version: "3.12"
2527
runs-on: ${{matrix.os}}
2628
name: 'Run Tests on ${{matrix.os}} with Python ${{matrix.python-version}}'
2729

0 commit comments

Comments
 (0)