Skip to content

Commit e8cdac0

Browse files
committed
skip tests on windows
1 parent e8a12e0 commit e8cdac0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616
platform:
1717
- "ubuntu-latest"
1818
- "macos-latest"
19-
- "windows-latest"
19+
# FIXME: "windows-latest" is not supported for now
20+
# - "windows-latest"
2021
python-version:
2122
- "3.10"
2223
runs-on: ${{ matrix.platform }}

0 commit comments

Comments
 (0)