From 209ae132fc043e33c0d5559201e7674542f787a6 Mon Sep 17 00:00:00 2001 From: Will Graham <32364977+willGraham01@users.noreply.github.com> Date: Thu, 23 Nov 2023 15:59:32 +0000 Subject: [PATCH] Force headless display (#178) * Force headless display * Update .github/workflows/test_and_deploy.yml Co-authored-by: Alessandro Felder * Revert "Update .github/workflows/test_and_deploy.yml" This reverts commit 4193d72a8173abc2a3c5d5259e76d9254577f2eb. --------- Co-authored-by: Alessandro Felder --- .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: