We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9293596 commit 1949930Copy full SHA for 1949930
.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