Skip to content

Commit ab05b25

Browse files
committed
add pyvista headless display to
1 parent 6d9b68b commit ab05b25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- uses: actions/setup-python@v4
2121
with:
2222
python-version: ${{ matrix.python-version }}
23+
- uses: pyvista/setup-headless-display-action@v3
2324
- run: pip install -e .[tests]
2425
- run: python -m pytest --cov=sme_contrib --cov-report=xml -v
2526
- uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)