Skip to content

Commit

Permalink
ci: freeze python==3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
tueda committed Dec 28, 2023
1 parent 87d64d6 commit 1d6f669
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.x"
python-version: "3.11"
cache: "pip"

- name: Install dependencies
Expand All @@ -47,7 +47,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.x"
python-version: "3.11"
cache: "pip"

- name: Run pre-commit
Expand Down

0 comments on commit 1d6f669

Please sign in to comment.