File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 6868
6969 docs-build :
7070 name : Documentation Build
71- runs-on : windows -latest
71+ runs-on : ubuntu -latest
7272 needs : [docs-style]
7373 steps :
7474 - name : Setup headless display
Original file line number Diff line number Diff line change 3333
3434# Build HTML files and generate examples as .py files
3535html :
36- pip uninstall vtk -y
37- pip install --extra-index-url https://wheels.vtk.org vtk-osmesa
3836 @$(SPHINXBUILD ) -M html " $( SOURCEDIR) " " $( BUILDDIR) " $(SPHINXOPTS ) $(O )
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ classifiers = [
2323 " Programming Language :: Python :: 3.13" ,
2424]
2525dependencies = [
26- " pyvista >= 0.45 .0,<1" ,
26+ " pyvista >= 0.43 .0,<1" ,
2727 " websockets >= 12.0,< 16" ,
2828 " trame >= 3.6.0,<4" ,
2929 " trame-vtk >= 2.8.7,<3" ,
@@ -44,6 +44,7 @@ tests = [
4444]
4545
4646doc = [
47+ " pyvista==0.45.0" ,
4748 " ansys-sphinx-theme==1.3.2" ,
4849 " jupyter_sphinx==0.5.3" ,
4950 " jupytext==1.17.1" ,
You can’t perform that action at this time.
0 commit comments