Skip to content

Commit

Permalink
setup 3.11.
Browse files Browse the repository at this point in the history
  • Loading branch information
squidarth committed Oct 24, 2023
1 parent 8920524 commit 5dde0e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-python/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ runs:
steps:
- uses: actions/setup-python@v2
with:
python-version: '3.9.9'
python-version: '3.11.4'

- name: Get full Python version
id: full-python-version
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,3 @@ jobs:
- uses: ./.github/actions/setup-python/
- run: poetry install
- run: poetry run pre-commit run --all-files
env:
SKIP: isort,flake8
- run: poetry run isort **/*.py --check-only

0 comments on commit 5dde0e8

Please sign in to comment.