Skip to content

Commit efd66c5

Browse files
committed
ci: remove Windows from docs build (again)
Signed-off-by: Henry Schreiner <[email protected]>
1 parent b96dc90 commit efd66c5

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
@@ -340,7 +340,7 @@ jobs:
340340
timeout-minutes: 25
341341
strategy:
342342
matrix:
343-
runs-on: [ubuntu-latest, macos-latest, windows-latest]
343+
runs-on: [ubuntu-latest, macos-latest] # Windows command output issue (wrong Python selected)
344344

345345
steps:
346346
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)