Skip to content

Commit 8ce1e0d

Browse files
committed
use setup-qt-libs action for linux libraries
1 parent ec4f29c commit 8ce1e0d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/test_and_deploy.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,7 @@ jobs:
3737
# these libraries, along with pytest-xvfb (added in the `deps` in tox.ini),
3838
# enable testing on Qt on linux
3939
- 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
40+
uses: tlambert03/setup-qt-libs@v1
4541

4642
# strategy borrowed from vispy for installing opengl libs on windows
4743
- name: Install Windows OpenGL

0 commit comments

Comments
 (0)