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

Commitfb389bc

Browse files
authored
Merge pull request#29751 from meeseeksmachine/auto-backport-of-pr-29748-on-v3.10.1-doc
Backport PR#29748 on branch v3.10.1-doc (Fix PyGObject version pinning in macOS tests)
2 parentse66b572 +45e703f commitfb389bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ jobs:
274274
# (sometimes, the install appears to be successful but shared
275275
# libraries cannot be loaded at runtime, so an actual import is a
276276
# better check).
277-
python -m pip install --upgrade pycairo 'cairocffi>=0.8' PyGObject${{ matrix.pygobject-ver }} &&
277+
python -m pip install --upgrade pycairo 'cairocffi>=0.8''PyGObject${{ matrix.pygobject-ver }}' &&
278278
(
279279
python -c 'import gi; gi.require_version("Gtk", "4.0"); from gi.repository import Gtk' &&
280280
echo 'PyGObject 4 is available' || echo 'PyGObject 4 is not available'

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp