From 147da4c850e2be0173a923c57c317993b152dd49 Mon Sep 17 00:00:00 2001 From: alessandrofelder Date: Tue, 14 Nov 2023 18:19:56 +0000 Subject: [PATCH] newer gh action for qt --- .github/workflows/test_and_deploy.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 032b61b..df175f8 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -46,14 +46,9 @@ jobs: python-version: ${{ matrix.python-version }} # these libraries enable testing on Qt on linux - - uses: tlambert03/setup-qt-libs@v1 - - # strategy borrowed from vispy for installing opengl libs on windows - - name: Install Windows OpenGL - if: runner.os == 'Windows' - run: | - git clone --depth 1 https://github.com/pyvista/gl-ci-helpers.git - powershell gl-ci-helpers/appveyor/install_opengl.ps1 + - uses: pyvista/setup-headless-display-action@v2 + with: + qt: true # cache atlases needed by the tests - name: Cache Atlases