Skip to content

Commit

Permalink
Fix GitHub Actions python version missing warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ia committed Jan 24, 2025
1 parent 483697a commit 375dc82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
with:
fetch-depth: 0
- uses: actions/setup-python@v5
with:
python-version: '3.12.3'

- run: |
pip install --upgrade pip &&
Expand Down

0 comments on commit 375dc82

Please sign in to comment.