Skip to content

Commit c766f7b

Browse files
committed
Revert "chore: Use Python 3.12 to build docs"
This reverts commit cae3359.
1 parent a844712 commit c766f7b

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.github/workflows/docs-build-pr.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ jobs:
1515
with:
1616
fetch-depth: 0
1717

18-
- uses: actions/setup-python@v5
19-
with:
20-
python-version: 3.12
21-
2218
- name: Determine current branch/tag name
2319
run: |
2420
if [[ "$GITHUB_REF" == refs/pull/* ]]; then

.github/workflows/docs-build-update.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ jobs:
1616
ssh-key: "${{ secrets.NIPREPS_DEPLOY }}"
1717
fetch-depth: 0
1818

19-
- uses: actions/setup-python@v5
20-
with:
21-
python-version: 3.12
22-
2319
- name: Determine current branch/tag name & set-up git author
2420
run: |
2521
if [[ "$GITHUB_REF" == refs/tags/* ]]; then

0 commit comments

Comments
 (0)