Skip to content

Commit ffd142e

Browse files
committed
try to recover windows test
1 parent 6deb132 commit ffd142e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
fail-fast: false
99
max-parallel: 20
1010
matrix:
11-
os: [ubuntu-latest, macos-14] #, windows-latest]
11+
os: [ubuntu-latest, macos-14, windows-latest]
1212
python-version: ["3.10", "3.11", "3.12", "3.13"]
1313

1414
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)