Skip to content

Commit 147d451

Browse files
committed
docs: borrow python version from docs/pyproject.toml
1 parent b6ad843 commit 147d451

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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
@@ -38,7 +38,7 @@ jobs:
3838
- name: Set up Python
3939
uses: actions/setup-python@v5
4040
with:
41-
python-version: '3.10'
41+
python-version-file: docs/pyproject.toml
4242

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

0 commit comments

Comments
 (0)