Skip to content

Commit

Permalink
CI: Fix python version warning in setup-python action
Browse files Browse the repository at this point in the history
Warning: The `python-version` input is not set.  The version of Python currently in `PATH` will be used.
  • Loading branch information
jamesobutler committed Mar 12, 2024
1 parent 4f12a8b commit f125d36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.9'
- uses: pre-commit/[email protected]

0 comments on commit f125d36

Please sign in to comment.