8000 Merge pull request #29748 from dstansby/pygobject-version · timhoffm/matplotlib@d1fb1be · GitHub
[go: up one dir, main page]

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 d1fb1be

Browse files
authored
Merge pull request matplotlib#29748 from dstansby/pygobject-version
Fix PyGObject version pinning in macOS tests
2 parents 9293596 + 1949930 commit d1fb1be

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
@@ -277,7 +277,7 @@ jobs:
277277
# (sometimes, the install appears to be successful but shared
278278
# libraries cannot be loaded at runtime, so an actual import is a
279279
# better check).
280-
python -m pip install --upgrade pycairo 'cairocffi>=0.8' PyGObject${{ matrix.pygobject-ver }} &&
280+
python -m pip install --upgrade pycairo 'cairocffi>=0.8' 'PyGObject${{ matrix.pygobject-ver }}' &&
281281
(
282282
python -c 'import gi; gi.require_version("Gtk", "4.0"); from gi.repository import Gtk' &&
283283
echo 'PyGObject 4 is available' || echo 'PyGObject 4 is not available'

0 commit comments

Comments
 (0)
0