Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
Force headless display (#178)
Browse files Browse the repository at this point in the history
* Force headless display

* Update .github/workflows/test_and_deploy.yml

Co-authored-by: Alessandro Felder <alessandrofelder@users.noreply.github.com>

* Revert "Update .github/workflows/test_and_deploy.yml"

This reverts commit 4193d72.

---------

Co-authored-by: Alessandro Felder <alessandrofelder@users.noreply.github.com>
  • Loading branch information
willGraham01 and alessandrofelder committed Nov 23, 2023
1 parent 389b26f commit 209ae13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 209ae13

Please sign in to comment.