8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d62811 commit d0ab468Copy full SHA for d0ab468
.github/workflows/tests.yml
@@ -274,7 +274,7 @@ jobs:
274
# (sometimes, the install appears to be successful but shared
275
# libraries cannot be loaded at runtime, so an actual import is a
276
# better check).
277
- 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 }}' &&
278
(
279
python -c 'import gi; gi.require_version("Gtk", "4.0"); from gi.repository import Gtk' &&
280
echo 'PyGObject 4 is available' || echo 'PyGObject 4 is not available'
0 commit comments