Skip to content

Commit 5bea2dc

Browse files
ashwin-antclaude
andauthored
chore: temporarily disable Windows CI in test-e2e workflow (#234)
Temporarily removes windows-latest from the test-e2e job matrix to disable Windows end-to-end testing. Unit tests continue to run on Windows. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <[email protected]>
1 parent dcd51c9 commit 5bea2dc

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
@@ -42,7 +42,7 @@ jobs:
4242
needs: test # Run after unit tests pass
4343
strategy:
4444
matrix:
45-
os: [ubuntu-latest, macos-latest, windows-latest]
45+
os: [ubuntu-latest, macos-latest] # windows-latest temporarily disabled
4646
python-version: ["3.10", "3.11", "3.12", "3.13"]
4747

4848
steps:

0 commit comments

Comments
 (0)