Skip to content

Commit

Permalink
Set python-version for actions/setup-python to remove the github acti…
Browse files Browse the repository at this point in the history
…ons warning (Ralim#2057)
  • Loading branch information
ia authored Jan 27, 2025
1 parent f67cc25 commit aa0784d
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 aa0784d

Please sign in to comment.