File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ jobs:
251251 - name : " Install OS packages"
252252 run : |
253253 sudo apt update
254- sudo apt install pandoc xvfb
254+ sudo apt install pandoc
255255
256256 - name : " Cache pip"
257257 uses : actions/cache@v3
@@ -320,7 +320,6 @@ jobs:
320320 - name : " Run Ansys documentation building action"
321321 uses : pyansys/actions/doc-build@v3
322322 with :
323- requires-xvfb : true
324323 python-version : ${{ env.MAIN_PYTHON_VERSION }}
325324 checkout : false
326325 skip-install : true
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ tests = [
3939 " pytest==7.2.1" ,
4040 " pytest-cov==4.0.0" ,
4141 " pytest-rerunfailures==11.1" ,
42- " pyvista==0.37.0 " ,
42+ " pyvista==0.38.1 " ,
4343 " vtk==9.2.5" ,
4444]
4545doc = [
@@ -53,7 +53,7 @@ doc = [
5353 " pandas==1.5.3" ,
5454 " pypandoc==1.10" ,
5555 " pytest-sphinx==0.5.0" ,
56- " pyvista==0.37.0 " ,
56+ " pyvista==0.38.1 " ,
5757 " sphinx-autobuild==2021.3.14" ,
5858 " sphinx-autodoc-typehints==1.21.8" ,
5959 " sphinx-copybutton==0.5.1" ,
You can’t perform that action at this time.
0 commit comments