Skip to content

Commit ac3d322

Browse files
committed
Disable CI on Windows
1 parent e2075ce commit ac3d322

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ jobs:
1616
os:
1717
- ubuntu-latest
1818
- macos-latest
19-
- windows-latest
19+
# Disabling Windows tests as it's known to not work:
20+
# https://github.com/SciML/diffeqpy/pull/86#issuecomment-1011675735
21+
# - windows-latest
2022
architecture: [x64]
2123
python-version: ['3.10']
2224
fail-fast: false

0 commit comments

Comments
 (0)