We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b9238d commit e6a1730Copy full SHA for e6a1730
1 file changed
.github/workflows/tests.yml
@@ -246,11 +246,7 @@ jobs:
246
# (sometimes, the install appears to be successful but shared
247
# libraries cannot be loaded at runtime, so an actual import is a
248
# better check).
249
-<<<<<<< HEAD
250
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)
254
(
255
python -c 'import gi; gi.require_version("Gtk", "4.0"); from gi.repository import Gtk' &&
256
echo 'PyGObject 4 is available' || echo 'PyGObject 4 is not available'
0 commit comments