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