Skip to content

Commit d6bf277

Browse files
committed
Disable MacOSX and Linux testing temporarily
They are having segmentation faults. It probably has something to do with offscreen rendering using Qt. Signed-off-by: Patrick Avery <[email protected]>
1 parent b83f9fa commit d6bf277

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ jobs:
1515
matrix:
1616
python-version: ['3.10', '3.11']
1717
config:
18-
- {
19-
name: "Linux",
20-
os: ubuntu-latest
21-
}
22-
- {
23-
name: "MacOSX",
24-
os: macos-13
25-
}
18+
# - {
19+
# name: "Linux",
20+
# os: ubuntu-latest
21+
# }
22+
# - {
23+
# name: "MacOSX",
24+
# os: macos-latest
25+
# }
2626
- {
2727
name: "Windows",
2828
os: windows-latest

0 commit comments

Comments
 (0)