8000 Merge pull request #29847 from jayaddison/issue-29844/gha-ci-ubuntu-2… · matplotlib/matplotlib@15787d5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 15787d5

Browse files
authored
Merge pull request #29847 from jayaddison/issue-29844/gha-ci-ubuntu-2204-pygobject-pypkg-pin
2 parents 24bcabb + da2063b commit 15787d5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/tests.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,17 +52,27 @@ 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
- os: ubuntu-22.04
5658
python-version: '3.11'
5759
CFLAGS: "-fno-lto" # Ensure that disabling LTO works.
5860
extra-requirements: '-r requirements/testing/extra.txt'
61+
# https://github.com/matplotlib/matplotlib/issues/29844
62+
pygobject-ver: '<3.52.0'
5963
- os: ubuntu-22.04-arm
6064
python-version: '3.12'
65+
# https://github.com/matplotlib/matplotlib/issues/29844
66+
pygobject-ver: '<3.52.0'
6167
- os: ubuntu-22.04
6268
python-version: '3.13'
69+
# https://github.com/matplotlib/matplotlib/issues/29844
70+
pygobject-ver: '<3.52.0'
6371
- name-suffix: "Free-threaded"
6472
os: ubuntu-22.04
6573
python-version: '3.13t'
74+
# https://github.com/matplotlib/matplotlib/issues/29844
75+
pygobject-ver: '<3.52.0'
6676
- os: ubuntu-24.04
6777
python-version: '3.12'
6878
- os: macos-13 # This runner is on Intel chips.

0 commit comments

Comments
 (0)
0