Skip to content

Commit 344e883

Browse files
feat: update vtk-osmesa version to 9.3.1 (#756)
## Description **Please provide a brief description of the changes made in this pull request.** ## Issue linked **Please mention the issue number or describe the problem this pull request addresses.** ## Checklist - [x] I have tested my changes locally. - [x] I have added necessary documentation or updated existing documentation. - [x] I have followed the coding style guidelines of this project. - [x] I have added appropriate tests (unit, integration, system). - [x] I have reviewed my changes before submitting this pull request. - [x] I have linked the issue or issues that are solved by the PR if any. - [x] I have assigned this PR to myself. - [x] I have made sure that the title of my PR follows [Conventional commits style](https://www.conventionalcommits.org/en/v1.0.0/#summary) (e.g. ``feat: add optical property``) - [x] I have agreed with the Contributor License Agreement ([CLA](https://developer.ansys.com/form/cla-acceptance)). --------- Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com>
1 parent f84bb43 commit 344e883

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

doc/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ help:
2020
@echo "Removing package(s) to avoid conflicts with package(s) needed for CI/CD"; \
2121
pip uninstall --yes vtk; \
2222
@echo "Installing CI/CD required package(s)"; \
23-
pip install --extra-index-url https://wheels.vtk.org vtk-osmesa==9.3.1; \
23+
pip install --index-url https://wheels.vtk.org vtk-osmesa==9.3.1; \
2424
fi
2525

2626
# Catch-all target: route all unknown targets to Sphinx using the new
@@ -42,4 +42,4 @@ pdf:
4242

4343
# Build HTML files and generate examples as .py files
4444
html: .install-ci-dep
45-
@$(SPHINXBUILD) -M html "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
45+
@$(SPHINXBUILD) -M html "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

doc/changelog.d/756.added.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update vtk-osmesa version to 9.3.1

0 commit comments

Comments
 (0)