We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d9b68b commit ab05b25Copy full SHA for ab05b25
.github/workflows/test.yml
@@ -20,6 +20,7 @@ jobs:
20
- uses: actions/setup-python@v4
21
with:
22
python-version: ${{ matrix.python-version }}
23
+ - uses: pyvista/setup-headless-display-action@v3
24
- run: pip install -e .[tests]
25
- run: python -m pytest --cov=sme_contrib --cov-report=xml -v
26
- uses: codecov/codecov-action@v3
0 commit comments