Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commita76b888

Browse files
committed
ci: restrictpygobject-ver for Ubuntu 22.04 jobs
Currently we continue to install `girepository-1.0` during theseworkflow jobs; `PyGObject` v3.52 needs `girepository-2.0` instead.
1 parent77993d5 commita76b888

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)

[8]ページ先頭

©2009-2025 Movatter.jp