Skip to content

Commit ed567cc

Browse files
committed
Use default python version for docs build
1 parent 7be3e6f commit ed567cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs_build_and_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ jobs:
3737
steps:
3838
- uses: neuroinformatics-unit/actions/build_sphinx_docs@main
3939
with:
40-
python-version: 3.13
4140
use-make: true
4241
fetch-tags: true
4342
use-artifactci: lazy
43+
# default Python version is 3.x
4444

4545
deploy_sphinx_docs:
4646
name: Deploy Sphinx Docs

0 commit comments

Comments
 (0)