Skip to content

Commit 817435e

Browse files
committed
Comment out windows testing for now.
1 parent 534456d commit 817435e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
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.12"]
1313

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

0 commit comments

Comments
 (0)