Skip to content

Commit 91cd706

Browse files
authored
Merge branch 'main' into fix/docstring_length
2 parents 93e7c0e + f0943aa commit 91cd706

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/autodoc_cicd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
run: ls -R -a
7979

8080
- name: PyAnsys code style checks
81-
uses: ansys/actions/code-style@v7
81+
uses: ansys/actions/code-style@v8
8282
with:
8383
python-version: ${{ inputs.MAIN_PYTHON_VERSION }}
8484
use-python-cache: false
@@ -128,7 +128,7 @@ jobs:
128128
autosummary-pyconverter-generatedcommands-v${{ env.RESET_AUTOSUMMARY_CACHE_2 }}-${{ inputs.PYCONVERTER_GENERATED_VERSION }}
129129
130130
- name: "Run Ansys documentation building action"
131-
uses: ansys/actions/doc-build@v7
131+
uses: ansys/actions/doc-build@v8
132132
with:
133133
python-version: ${{ inputs.MAIN_PYTHON_VERSION }}
134134
checkout: false

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ doc = [
6262
"jupyter_sphinx==0.5.3",
6363
"numpy==2.1.1",
6464
"numpydoc==1.8.0",
65-
"pandas==2.2.2",
65+
"pandas==2.2.3",
6666
"parse==1.20.2",
6767
"pypandoc==1.13",
6868
"pytest-sphinx==0.6.3",

0 commit comments

Comments
 (0)