Skip to content

Commit

Permalink
Use Python 3.10 for pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwason committed Mar 17, 2024
1 parent 7305216 commit a081b63
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pre_commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: '3.10'
- name: apt
run: |
sudo apt update
Expand Down

0 comments on commit a081b63

Please sign in to comment.