Skip to content

Commit fd27e03

Browse files
ci: use index-url on vtk-osmesa (#1255)
Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent ab5ec07 commit fd27e03

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Use index-url on vtk-osmesa

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ commands =
8787

8888
# Ensure vtk compatibility
8989
links,html: uv pip uninstall vtk
90-
links,html: uv pip install --extra-index-url https://wheels.vtk.org vtk-osmesa==9.3.20240907.dev0
90+
links,html: uv pip install --index-url https://wheels.vtk.org vtk-osmesa==9.3.20240907.dev0
9191

9292
# Render documentation with desired builder
9393
links,html,pdf: sphinx-build -d "{toxworkdir}/doc_doctree" {env:SOURCE_DIR} "{toxinidir}/{env:BUILD_DIR}/{env:BUILDER}" {env:BUILDER_OPTS} -b {env:BUILDER}

0 commit comments

Comments
 (0)