Skip to content

Commit

Permalink
Force python version for lint CI run
Browse files Browse the repository at this point in the history
  • Loading branch information
SorenSpicknall committed Oct 26, 2023
1 parent 8ff0978 commit ab511eb
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 @@ -12,6 +12,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.11.6
- uses: pre-commit/[email protected]
- uses: crate-ci/typos@master
with:
Expand Down

0 comments on commit ab511eb

Please sign in to comment.