Skip to content

Commit

Permalink
github/workflow: Exclude combinations where PySide2 segfaults
Browse files Browse the repository at this point in the history
Some of the test matrix combinations causes segfaults in the forking test
runner when using PySide2. Exclude these tests from the test matrix for now;
they can be reinstated if the segfault is fixed.

Signed-off-by: Toke Høiland-Jørgensen <[email protected]>
  • Loading branch information
tohojo committed Jan 26, 2024
1 parent 244d72a commit 34a977d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/selftests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ jobs:
matplotlib: "3.3"
- python: "3.12"
matplotlib: "3.4"
- python: "3.11"
matplotlib: "3.7"
pyqt: "PySide2"
- python: "3.12"
pyqt: "PySide2"
fail-fast: false

env:
Expand Down

0 comments on commit 34a977d

Please sign in to comment.