From 97f9e0d4eb68b73709f5265cd6cbd26941e84a90 Mon Sep 17 00:00:00 2001 From: Will Graham <32364977+willGraham01@users.noreply.github.com> Date: Mon, 27 Nov 2023 14:39:48 +0000 Subject: [PATCH] Force headless display. Cherry-pick of changes introduced in https://github.com/brainglobe/cellfinder-napari/pull/178 --- .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 ccbf9950..7ea60a56 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -57,6 +57,8 @@ jobs: # Setup pyqt libraries - name: Setup qtpy libraries uses: tlambert03/setup-qt-libs@v1 + # Setup VTK with headless display + - uses: pyvista/setup-headless-display-action@v2 # Run all tests - uses: neuroinformatics-unit/actions/test@v2 with: