Skip to content

Commit

Permalink
run lint with python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Varner committed Nov 11, 2024
1 parent 78f2585 commit 9b4340e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
jobs:
lint:
runs-on: ubuntu-latest
with:
python-version: "3.12"
steps:
- uses: actions/checkout@v4
- run: pipx install pre-commit
Expand Down

0 comments on commit 9b4340e

Please sign in to comment.