From 3af8e56de739dc71df2cf9ca34cac0195163aa96 Mon Sep 17 00:00:00 2001 From: Boldi Date: Tue, 3 Oct 2023 10:45:05 +0100 Subject: [PATCH] Trying to fix testing --- .github/workflows/test.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 49dae896..0e9987f1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,11 +24,7 @@ jobs: with: python-version: ${{ matrix.python-version }} cache: 'pip' - - name: Setup ubuntu - run: | # See: https://pytest-qt.readthedocs.io/en/latest/troubleshooting.html#github-actions - sudo apt install libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xfixes0 x11-utils - /sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -screen 0 1920x1200x24 -ac +extension GLX - - name: Install dependecies + - uses: tlambert03/setup-qt-libs@v1 run: pip install ".[test]" - name: pytest