Skip to content

Commit 4b07776

Browse files
committed
try diff backend to workaround GH/pytest xvfb crash
1 parent ead4a21 commit 4b07776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
pip install pytest-xvfb
3434
- name: Test with pytest
3535
env:
36-
MPLBACKEND: TkAgg
36+
MPLBACKEND: Qt5Agg
3737
run: |
3838
pytest -s --ignore=W605 --timeout=50 --timeout_method=thread
3939

0 commit comments

Comments
 (0)