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

Force headless display #178

Merged
merged 3 commits into from
Nov 23, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
willGraham01 marked this conversation as resolved.
Show resolved Hide resolved
# Setup VTK with headless display
- uses: pyvista/setup-headless-display-action@v2
# Run tests
- uses: neuroinformatics-unit/actions/test@v2
with:
Expand Down