Skip to content

Commit 5c05395

Browse files
committed
remove windows testing for now
1 parent dfaa913 commit 5c05395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
fail-fast: false
3434
matrix:
35-
os: [ubuntu-latest, macos-latest, windows-latest]
35+
os: [ubuntu-latest, macos-latest]
3636
python-version: ["3.9", "3.10", "3.11", "3.12"]
3737

3838
upload_coverage:

0 commit comments

Comments
 (0)