Skip to content

Commit 7abd415

Browse files
committed
WIP: Use python 3.13 to build the documentation
1 parent 3121bd4 commit 7abd415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
uses: ansys/actions/doc-build@8d3e4946f36c2a7d447b92e34b1022a5c9dc77a7 # v10.0.12
119119
with:
120120
dependencies: "graphviz texlive-latex-extra latexmk texlive-xetex texlive-fonts-extra"
121-
python-version: ${{ env.MAIN_PYTHON_VERSION }}
121+
python-version: "3.13"
122122
sphinxopts: '-j auto --color -w build_errors.txt'
123123
check-links: false
124124
needs-quarto: true

0 commit comments

Comments
 (0)