Skip to content

Commit 6c28ec0

Browse files
committed
docs: borrow python version from docs/pyproject.toml
1 parent 1626a43 commit 6c28ec0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Set up Python
3737
uses: actions/setup-python@v5
3838
with:
39-
python-version: '3.10'
39+
python-version-file: docs/pyproject.toml
4040

4141
- name: Set up env
4242
run: make -C docs setupenv

.github/workflows/docs-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Set up Python
4040
uses: actions/setup-python@v5
4141
with:
42-
python-version: '3.10'
42+
python-version-file: docs/pyproject.toml
4343

4444
- name: Set up env
4545
run: make -C docs setupenv

0 commit comments

Comments
 (0)