Skip to content

Commit 1af578c

Browse files
committed
Skip windows CI tests for now
1 parent 3831b5e commit 1af578c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
os: [ubuntu-latest, windows-latest, macos-latest]
10+
os: [ubuntu-latest, macos-latest]
11+
# os: [ubuntu-latest, windows-latest, macos-latest]
1112
runs-on: ${{ matrix.os }}
1213
steps:
1314
- name: Checkout code

0 commit comments

Comments
 (0)