Skip to content

Commit

Permalink
Fixing publish step
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain MARIE committed Dec 19, 2023
1 parent 3e90d34 commit c9543b6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,11 @@ jobs:
python-version: 3.9
architecture: x64

- name: Setup headless display
uses: pyvista/setup-headless-display-action@v2
with:
qt: true

# 1) retrieve the reports generated previously
- name: Retrieve reports
uses: actions/download-artifact@master
Expand Down

0 comments on commit c9543b6

Please sign in to comment.