From a81abf129eb8298bb95e4721ed0872d9b367d3ba Mon Sep 17 00:00:00 2001 From: willGraham01 <1willgraham@gmail.com> Date: Wed, 22 Nov 2023 15:17:21 +0000 Subject: [PATCH 1/3] Force headless display --- .github/workflows/test_and_deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 244314a..4af40d1 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -51,6 +51,8 @@ jobs: steps: # Setup pyqt libraries - uses: tlambert03/setup-qt-libs@v1 + # Setup VTK with headless display + - uses: pyvista/setup-headless-display-action@v2 # Run tests - uses: neuroinformatics-unit/actions/test@v2 with: From 4193d72a8173abc2a3c5d5259e76d9254577f2eb Mon Sep 17 00:00:00 2001 From: Will Graham <32364977+willGraham01@users.noreply.github.com> Date: Thu, 23 Nov 2023 13:31:47 +0000 Subject: [PATCH 2/3] Update .github/workflows/test_and_deploy.yml Co-authored-by: Alessandro Felder --- .github/workflows/test_and_deploy.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 4af40d1..3dc3bb8 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -49,8 +49,6 @@ jobs: python-version: "3.10" steps: - # Setup pyqt libraries - - uses: tlambert03/setup-qt-libs@v1 # Setup VTK with headless display - uses: pyvista/setup-headless-display-action@v2 # Run tests From 25724c9ce8d7898f35cd92948f4c9d370ff13bfc Mon Sep 17 00:00:00 2001 From: willGraham01 <1willgraham@gmail.com> Date: Thu, 23 Nov 2023 13:36:45 +0000 Subject: [PATCH 3/3] Revert "Update .github/workflows/test_and_deploy.yml" This reverts commit 4193d72a8173abc2a3c5d5259e76d9254577f2eb. --- .github/workflows/test_and_deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 3dc3bb8..4af40d1 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -49,6 +49,8 @@ jobs: python-version: "3.10" steps: + # Setup pyqt libraries + - uses: tlambert03/setup-qt-libs@v1 # Setup VTK with headless display - uses: pyvista/setup-headless-display-action@v2 # Run tests