Skip to content

Commit bba8538

Browse files
Use latest version of pyvista headless display action (#220)
* Use latest version of pyvista headless display action * Use v4 not latest * Add qt true flag * Remove commented out section
1 parent 5bbacd8 commit bba8538

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test_and_deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ jobs:
5454
- name: install HDF5 libs on ARM Mac
5555
if: matrix.os == 'macos-latest'
5656
run: brew install hdf5
57-
# Setup pyqt libraries
58-
- uses: tlambert03/setup-qt-libs@v1
5957
# Helps set up VTK with a headless display
60-
- uses: pyvista/setup-headless-display-action@v3
58+
- uses: pyvista/setup-headless-display-action@v4
59+
with:
60+
qt: true
6161
# Run tests
6262
- uses: neuroinformatics-unit/actions/test@v2
6363
with:

0 commit comments

Comments
 (0)