Skip to content

Commit 9257fd2

Browse files
committed
Python: Don’t install Qt
Our binaries also don't use Qt
1 parent d4991dd commit 9257fd2

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/python_test_reusable.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,6 @@ jobs:
3131
steps:
3232
- uses: actions/checkout@v5
3333
- uses: ./.github/actions/install-linux-dependencies
34-
- name: Install Qt
35-
if: runner.os == 'Linux'
36-
uses: jurplel/install-qt-action@v4
37-
with:
38-
version: "5.15.2"
39-
setup-python: false
40-
cache: true
4134
- name: Setup headless display
4235
if: runner.os != 'macOS'
4336
uses: pyvista/setup-headless-display-action@v4

0 commit comments

Comments
 (0)