Skip to content

Commit 2ffbcef

Browse files
test
1 parent 0639461 commit 2ffbcef

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
# needs: [docs-style]
7272
steps:
7373
- name: Install system dependencies
74-
run: sudo apt install libegl1 libxcb-cursor0 libsm6 libxext6 libxcb-xinerama0 -y
74+
run: sudo apt install libegl1 libxcb-cursor0 libsm6 libxext6 libxcb-xinerama0 qt5-default -y
7575
- name: Setup headless display
7676
uses: pyvista/setup-headless-display-action@v2
7777

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ doc = [
5050
"nbsphinx==0.9.5",
5151
"numpydoc==1.8.0",
5252
"pyside6==6.7.3",
53-
"qt5-default",
5453
"pyvistaqt==0.11.1,<1",
5554
"sphinx==8.1.3",
5655
"sphinx-autoapi==3.3.3",

0 commit comments

Comments
 (0)