Skip to content

Commit ccbfcb6

Browse files
Merge branch 'main' into maint/v0.6.0-changelog
2 parents 1823bd1 + 3939956 commit ccbfcb6

File tree

16 files changed

+35
-15
lines changed

16 files changed

+35
-15
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
needs: [docs-style]
7373
steps:
7474
- name: Setup headless display
75-
uses: pyvista/setup-headless-display-action@v2
75+
uses: pyvista/setup-headless-display-action@v3
7676

7777
- name: "Run Ansys documentation building action"
7878
uses: ansys/actions/doc-build@v8
@@ -105,8 +105,6 @@ jobs:
105105
needs: [ smoke-tests ]
106106
runs-on: ubuntu-latest
107107
steps:
108-
- name: Install system dependencies
109-
run: sudo apt install libegl1 libxcb-cursor0 libsm6 libxext6 libxcb-xinerama0 -y
110108
- name: Restore images cache
111109
uses: actions/cache@v4
112110
with:

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ repos:
2929

3030
# this validates our github workflow files
3131
- repo: https://github.com/python-jsonschema/check-jsonschema
32-
rev: 0.29.4
32+
rev: 0.30.0
3333
hooks:
3434
- id: check-github-workflows
3535

3636
- repo: https://github.com/astral-sh/ruff-pre-commit
37-
rev: v0.8.0
37+
rev: v0.8.2
3838
hooks:
3939
- id: ruff
4040
args: [--fix]
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
build(deps): bump ansys-fluent-core from 0.26.1 to 0.27.0 in the general-dependencies group
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
build(deps): bump pytest from 8.3.3 to 8.3.4 in the test-dependencies group
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
build(deps): bump sphinx-autoapi from 3.3.3 to 3.4.0 in the doc-dependencies group
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
build(deps): bump pyvista/setup-headless-display-action from 2 to 3

doc/changelog.d/201.maintenance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[pre-commit.ci] pre-commit autoupdate
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
build(deps): bump pyside6 from 6.8.0.2 to 6.8.1 in the general-dependencies group
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
build(deps): bump ansys-sphinx-theme from 1.2.2 to 1.2.3 in the doc-dependencies group

doc/changelog.d/205.maintenance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[pre-commit.ci] pre-commit autoupdate

0 commit comments

Comments
 (0)