Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 15787d5

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

File tree

1 file changed

+10
-0
lines changed
Filter options

1 file changed

+10
-0
lines changed

‎.github/workflows/tests.yml

Copy file name to clipboardExpand all lines: .github/workflows/tests.yml
+10Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.