Skip to content

Commit

Permalink
add missing headless step
Browse files Browse the repository at this point in the history
  • Loading branch information
mscheltienne committed Oct 26, 2023
1 parent 57c23b2 commit 457864b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
with:
python-version: 3.9
architecture: 'x64'
- name: Setup headless display
uses: pyvista/setup-headless-display-action@main
with:
qt: true
- name: Install package
run: |
python -m pip install --progress-bar off --upgrade pip setuptools
Expand Down

0 comments on commit 457864b

Please sign in to comment.