Skip to content

Commit

Permalink
bump headless display action 2->3 (#476)
Browse files Browse the repository at this point in the history
Co-authored-by: Igor Tatarnikov <[email protected]>
  • Loading branch information
alessandrofelder and IgorTatarnikov authored Jan 13, 2025
1 parent 546a09b commit fcb8b8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Setup qtpy libraries
uses: tlambert03/setup-qt-libs@v1
# Setup VTK with headless display
- uses: pyvista/setup-headless-display-action@v2
- uses: pyvista/setup-headless-display-action@v3
# Run all tests
- uses: neuroinformatics-unit/actions/test@v2
with:
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
- name: Setup qtpy libraries
uses: tlambert03/setup-qt-libs@v1
# Setup VTK with headless display
- uses: pyvista/setup-headless-display-action@v2
- uses: pyvista/setup-headless-display-action@v3
# Run test suite with numba disabled
- uses: neuroinformatics-unit/actions/test@v2
with:
Expand Down

0 comments on commit fcb8b8c

Please sign in to comment.