Skip to content

Commit

Permalink
update python version in lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kgopal492 committed Nov 9, 2023
1 parent 08c5e51 commit d087982
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 @@ -10,4 +10,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.9'
- uses: pre-commit/[email protected]

0 comments on commit d087982

Please sign in to comment.