Skip to content

Commit c3b982d

Browse files
Bump pyvista from 0.37.0 to 0.38.1 (#44)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Camille <78221213+clatapie@users.noreply.github.com>
1 parent 9ae5c9d commit c3b982d

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
]
4545
doc = [
@@ -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",

0 commit comments

Comments
 (0)