Skip to content

Commit

Permalink
PRJ: fix Qt5 install
Browse files Browse the repository at this point in the history
  • Loading branch information
leloup314 committed May 24, 2023
1 parent da36e3a commit 088c26f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: pip install -e .

- name: Qt5 default installation # Needed for running headless
run: sudo apt-get install qttools5-dev-tools
run: sudo apt-get install qttools5-dev

- name: Headless display setup
uses: pyvista/setup-headless-display-action@v1
Expand Down

0 comments on commit 088c26f

Please sign in to comment.