Skip to content

Commit

Permalink
update python v
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrover1 committed Oct 30, 2023
1 parent 6705064 commit 7911dbd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,7 @@ jobs:
with:
access_token: ${{ github.token }}
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- uses: pre-commit/[email protected]

0 comments on commit 7911dbd

Please sign in to comment.