Skip to content

Commit

Permalink
Pin minimum python version in lint step
Browse files Browse the repository at this point in the history
  • Loading branch information
reweeden committed Dec 18, 2024
1 parent 6e4a0ac commit 818494c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.9
- uses: TrueBrain/actions-flake8@v2
with:
flake8_version: 6.0.0
Expand Down

0 comments on commit 818494c

Please sign in to comment.