Skip to content

Commit b4e151f

Browse files
committed
use python 3.13 to build docs
1 parent 6c0d4da commit b4e151f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Set up Python
3434
uses: actions/setup-python@v6
3535
with:
36-
python-version-file: "pyproject.toml"
36+
python-version: "3.13"
3737

3838
- name: Restore UV environment
3939
run: cp production.uv.lock uv.lock

0 commit comments

Comments
 (0)