Skip to content

Commit

Permalink
ci: setup-python with 3.11
Browse files Browse the repository at this point in the history
Signed-off-by: msclock <msclock@qq.com>
  • Loading branch information
msclock committed Oct 27, 2023
1 parent 4f45aa8 commit 0e98063
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:

- name: Set up python
uses: actions/setup-python@v3
with:
python-version: 3.11

- name: Run pre-commit on codebase
uses: pre-commit/action@v3.0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:

- name: Set up python
uses: actions/setup-python@v3
with:
python-version: 3.11

- name: Run pre-commit on codebase
uses: pre-commit/action@v3.0.0
Expand Down

0 comments on commit 0e98063

Please sign in to comment.