Skip to content

Commit

Permalink
Force headless display in CI (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
willGraham01 authored Dec 7, 2023
1 parent e77878b commit d354f5d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ jobs:
- name: Setup QT libraries
uses: tlambert03/setup-qt-libs@v1

# Helps set up VTK with a headless display
- uses: pyvista/setup-headless-display-action@v2

- name: Run tests
uses: neuroinformatics-unit/actions/test@v2
with:
Expand Down

0 comments on commit d354f5d

Please sign in to comment.