We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0639461 commit 2ffbcefCopy full SHA for 2ffbcef
.github/workflows/ci_cd.yml
@@ -71,7 +71,7 @@ jobs:
71
# needs: [docs-style]
72
steps:
73
- name: Install system dependencies
74
- run: sudo apt install libegl1 libxcb-cursor0 libsm6 libxext6 libxcb-xinerama0 -y
+ run: sudo apt install libegl1 libxcb-cursor0 libsm6 libxext6 libxcb-xinerama0 qt5-default -y
75
- name: Setup headless display
76
uses: pyvista/setup-headless-display-action@v2
77
pyproject.toml
@@ -50,7 +50,6 @@ doc = [
50
"nbsphinx==0.9.5",
51
"numpydoc==1.8.0",
52
"pyside6==6.7.3",
53
- "qt5-default",
54
"pyvistaqt==0.11.1,<1",
55
"sphinx==8.1.3",
56
"sphinx-autoapi==3.3.3",
0 commit comments