Skip to content

Commit

Permalink
ci: set pre-commit hook to py311
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleKing committed Aug 23, 2024
1 parent 4140f2f commit 78be662
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.7
python-version: 3.11
- uses: pre-commit/[email protected]

tests:
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.11
python-version: 3.7

- name: Installation (deps and package)
run: |
Expand Down

0 comments on commit 78be662

Please sign in to comment.