From 109baf0d3a2d84eafa86440cb2becb9d0a44f5d1 Mon Sep 17 00:00:00 2001 From: Grzegorz Bokota Date: Sat, 21 Oct 2023 08:56:53 +0200 Subject: [PATCH] Update .github/workflows/test_pr.yml --- .github/workflows/test_pr.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/test_pr.yml b/.github/workflows/test_pr.yml index c53e925..eaebe32 100644 --- a/.github/workflows/test_pr.yml +++ b/.github/workflows/test_pr.yml @@ -34,12 +34,7 @@ jobs: # these libraries, along with pytest-xvfb (added in the `deps` in tox.ini), # enable testing on Qt on linux - - name: Install Linux libraries - if: runner.os == 'Linux' - run: | - sudo apt-get install -y libdbus-1-3 libxkbcommon-x11-0 libxcb-icccm4 \ - libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 \ - libxcb-xinerama0 libxcb-xinput0 libxcb-xfixes0 + - uses: tlambert03/setup-qt-libs@v1 # strategy borrowed from vispy for installing opengl libs on windows - name: Install Windows OpenGL