Skip to content

Commit

Permalink
add workflow step to enable qt testing on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
niksirbi committed Mar 25, 2024
1 parent 8ef017e commit 42d00cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
python-version: "3.10"

steps:
- name: enable Qt testing on Linux
uses: pyvista/setup-headless-display-action@v2
with:
qt: true
- name: Cache Test Data
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 42d00cd

Please sign in to comment.