Skip to content

Commit b5878be

Browse files
committed
Exclude Windows for now
1 parent 8e566a3 commit b5878be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/check-pull-request.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
os: [ ubuntu-latest, windows-latest ]
19+
# os: [ ubuntu-latest, windows-latest ] - Exclude windows for now
20+
os: [ ubuntu-latest ]
2021
python-version: [ "3.9", "3.10" ]
2122
exclude:
2223
- os: windows-latest

0 commit comments

Comments
 (0)