Skip to content

Commit a8feebd

Browse files
committed
tmp: skip the skipper
1 parent 7290cb0 commit a8feebd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ jobs:
8989
build_wheels:
9090
needs:
9191
- test-linux-macos
92-
- test-windows
93-
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
92+
#- test-windows
93+
#if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
9494
runs-on: ${{ matrix.os }}
9595
strategy:
9696
matrix:

0 commit comments

Comments
 (0)