Skip to content

Commit 5bb1503

Browse files
committed
chore: disable windoze in CI
We'll re-enable it eventually, but I'd like to see green for now.
1 parent ee3e876 commit 5bb1503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- "3.13"
1919
os:
2020
- ubuntu-latest
21-
- windows-latest
21+
# - windows-latest
2222
- macos-latest
2323
steps:
2424
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)