File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 7171 runs-on : ubuntu-latest
7272 needs : [docs-style]
7373 steps :
74- - name : Install system dependencies
75- run : sudo apt install -qq libglu1-mesa-dev libx11-xcb-dev '^libxcb*'
7674 - name : Setup headless display
7775 uses : pyvista/setup-headless-display-action@v2
7876
@@ -107,8 +105,6 @@ jobs:
107105 needs : [ smoke-tests ]
108106 runs-on : ubuntu-latest
109107 steps :
110- - name : Install system dependencies
111- run : sudo apt install libegl1 libxcb-cursor0 libsm6 libxext6 libxcb-xinerama0 -y
112108 - name : Restore images cache
113109 uses : actions/cache@v4
114110 with :
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ tests = [
4040 " pytest-cov==6.0.0" ,
4141 " pyside6==6.7.3" ,
4242 " pyvistaqt==0.11.1,<1" ,
43- " pytest-qt"
43+ " pytest-qt==4.4.0 "
4444]
4545
4646doc = [
@@ -49,8 +49,6 @@ doc = [
4949 " jupytext==1.16.4" ,
5050 " nbsphinx==0.9.5" ,
5151 " numpydoc==1.8.0" ,
52- " pyside6==6.7.3" ,
53- " pyvistaqt==0.11.1,<1" ,
5452 " sphinx==8.1.3" ,
5553 " sphinx-autoapi==3.3.3" ,
5654 " sphinx-copybutton==0.5.2" ,
You can’t perform that action at this time.
0 commit comments