We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9293596 + 1949930 commit d1fb1beCopy full SHA for d1fb1be
.github/workflows/tests.yml
@@ -277,7 +277,7 @@ jobs:
277
# (sometimes, the install appears to be successful but shared
278
# libraries cannot be loaded at runtime, so an actual import is a
279
# better check).
280
- python -m pip install --upgrade pycairo 'cairocffi>=0.8' PyGObject${{ matrix.pygobject-ver }} &&
+ python -m pip install --upgrade pycairo 'cairocffi>=0.8' 'PyGObject${{ matrix.pygobject-ver }}' &&
281
(
282
python -c 'import gi; gi.require_version("Gtk", "4.0"); from gi.repository import Gtk' &&
283
echo 'PyGObject 4 is available' || echo 'PyGObject 4 is not available'
0 commit comments