File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ jobs:
105105 runs-on : ubuntu-latest
106106 steps :
107107 - name : Install system dependencies
108- run : sudo apt-get update && sudo apt-get install -y libxcb-xinerama0 libxkbcommon-x11-0 libegl1
108+ run : sudo apt install libegl1
109109 - name : Restore images cache
110110 uses : actions/cache@v4
111111 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==4.4.0 "
43+ " pytest-qt"
4444]
4545
4646doc = [
@@ -49,7 +49,7 @@ doc = [
4949 " jupytext==1.16.4" ,
5050 " nbsphinx==0.9.5" ,
5151 " numpydoc==1.8.0" ,
52- " pyqt5 " ,
52+ " pyside6==6.8.0 " ,
5353 " pyvistaqt==0.11.1,<1" ,
5454 " sphinx==8.1.3" ,
5555 " sphinx-autoapi==3.3.3" ,
You can’t perform that action at this time.
0 commit comments