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 7395687 commit 5c05c19Copy full SHA for 5c05c19
.github/workflows/ci.yml
@@ -105,7 +105,7 @@ jobs:
105
if: matrix.os.python_platform == 'linux' && matrix.reactor.dependencies == 'qt5'
106
run: |
107
apt-get update --yes
108
- apt-get install --yes libgl1
+ apt-get install --yes libgl1 libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0
109
- name: Install
110
111
pip install tox
0 commit comments