Skip to content

Commit

Permalink
Use py311
Browse files Browse the repository at this point in the history
  • Loading branch information
jieter committed Oct 17, 2023
1 parent d847f91 commit cb43843
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/setup-python@v4
with:
python-version: "3.11"
- uses: actions/checkout@v4
- run: pip install pre-commit
- run: pre-commit run --show-diff-on-failure --all-files
Expand Down

0 comments on commit cb43843

Please sign in to comment.