Skip to content

Commit 0216d73

Browse files
committed
ci: fixup: add missing Ubuntu 22.04 pygobject-ver restrictions
Relates-to commit 3ae44ec.
1 parent 3ae44ec commit 0216d73

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yml

+4
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,17 @@ jobs:
5252
python-version: '3.11'
5353
extra-requirements: '-c requirements/testing/minver.txt'
5454
delete-font-cache: true
55+
# https://github.com/matplotlib/matplotlib/issues/29844
56+
pygobject-ver: '<3.52.0'
5557
# https://www.riverbankcomputing.com/pipermail/pyqt/2023-November/045606.html
5658
pyqt6-ver: '!=6.6.0'
5759
# https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
5860
pyside6-ver: '!=6.5.1'
5961
- os: ubuntu-22.04
6062
python-version: '3.11'
6163
CFLAGS: "-fno-lto" # Ensure that disabling LTO works.
64+
# https://github.com/matplotlib/matplotlib/issues/29844
65+
pygobject-ver: '<3.52.0'
6266
# https://www.riverbankcomputing.com/pipermail/pyqt/2023-November/045606.html
6367
pyqt6-ver: '!=6.6.0'
6468
# https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346

0 commit comments

Comments
 (0)