Skip to content

Commit

Permalink
Update ci.yml to pin Python to 3.11 in pre-commit checks while pylcn …
Browse files Browse the repository at this point in the history
…gets fixed for 3.12 (#388)

See #386.
  • Loading branch information
eduardo-rodrigues authored Nov 8, 2023
1 parent 17b83d0 commit 51d6d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-python@v4
with:
python-version: "3.x"
python-version: "3.11"
- uses: pre-commit/action@v3.0.0
with:
extra_args: --all-files --hook-stage manual
Expand Down

0 comments on commit 51d6d46

Please sign in to comment.