We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec4f29c commit 8ce1e0dCopy full SHA for 8ce1e0d
.github/workflows/test_and_deploy.yml
@@ -37,11 +37,7 @@ jobs:
37
# these libraries, along with pytest-xvfb (added in the `deps` in tox.ini),
38
# enable testing on Qt on linux
39
- name: Install Linux libraries
40
- if: runner.os == 'Linux'
41
- run: |
42
- sudo apt-get install -y libdbus-1-3 libxkbcommon-x11-0 libxcb-icccm4 \
43
- libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 \
44
- libxcb-xinerama0 libxcb-xinput0 libxcb-xfixes0
+ uses: tlambert03/setup-qt-libs@v1
45
46
# strategy borrowed from vispy for installing opengl libs on windows
47
- name: Install Windows OpenGL
0 commit comments