We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bbacd8 commit bba8538Copy full SHA for bba8538
.github/workflows/test_and_deploy.yml
@@ -54,10 +54,10 @@ jobs:
54
- name: install HDF5 libs on ARM Mac
55
if: matrix.os == 'macos-latest'
56
run: brew install hdf5
57
- # Setup pyqt libraries
58
- - uses: tlambert03/setup-qt-libs@v1
59
# Helps set up VTK with a headless display
60
- - uses: pyvista/setup-headless-display-action@v3
+ - uses: pyvista/setup-headless-display-action@v4
+ with:
+ qt: true
61
# Run tests
62
- uses: neuroinformatics-unit/actions/test@v2
63
with:
0 commit comments