Skip to content

Commit

Permalink
ci(docs): fix python version for documentation build
Browse files Browse the repository at this point in the history
  • Loading branch information
frgfm committed Dec 30, 2024
1 parent 34b4aeb commit 1cde612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
persist-credentials: false
- uses: actions/setup-python@v5
with:
python-version: ${{ env.PYTHON_VERSION }}
python-version: "3.9"
architecture: x64
- uses: astral-sh/setup-uv@v5
with:
Expand Down

0 comments on commit 1cde612

Please sign in to comment.