Skip to content

Commit 35a69b9

Browse files
committed
Fix format complaints
1 parent d7eec2d commit 35a69b9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci-windows.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Run Matrix Tests on Windows (Placeholder)
2-
# on: [push, pull_request, workflow_dispatch]
2+
on: [] # push, pull_request, workflow_dispatch (all disabled)
33
jobs:
44
tests:
55
name: "Python Tests for Windows"
@@ -10,7 +10,6 @@ jobs:
1010
steps:
1111
- uses: "actions/checkout@v4"
1212

13-
1413
- name: Install uv
1514
uses: astral-sh/setup-uv@v6
1615
with:

0 commit comments

Comments
 (0)