Skip to content

Commit e6a1730

Browse files
tacaswellksunden
authored andcommitted
Backport PR matplotlib#29748: Fix PyGObject version pinning in macOS tests
1 parent 4b9238d commit e6a1730

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -246,11 +246,7 @@ jobs:
246246
# (sometimes, the install appears to be successful but shared
247247
# libraries cannot be loaded at runtime, so an actual import is a
248248
# better check).
249-
<<<<<<< HEAD
250249
python -m pip install --upgrade pycairo 'cairocffi>=0.8' 'PyGObject${{ matrix.pygobject-ver }}' &&
251-
=======
252-
python -m pip install --upgrade pycairo 'cairocffi>=0.8' PyGObject${{ matrix.pygobject-ver }} &&
253-
>>>>>>> 3ac78ff70b (Backport PR #29734: ci: MacOS 14: temporarily upper-bound the 'PyGObject' Python package version)
254250
(
255251
python -c 'import gi; gi.require_version("Gtk", "4.0"); from gi.repository import Gtk' &&
256252
echo 'PyGObject 4 is available' || echo 'PyGObject 4 is not available'

0 commit comments

Comments
 (0)