Skip to content

Commit c0de9a0

Browse files
authored
ci(docs): fix python version for documentation build (#401)
1 parent 34b4aeb commit c0de9a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
persist-credentials: false
1717
- uses: actions/setup-python@v5
1818
with:
19-
python-version: ${{ env.PYTHON_VERSION }}
19+
python-version: "3.9"
2020
architecture: x64
2121
- uses: astral-sh/setup-uv@v5
2222
with:

0 commit comments

Comments
 (0)