Skip to content

Commit

Permalink
update python ver
Browse files Browse the repository at this point in the history
  • Loading branch information
baileyeet committed Jan 14, 2025
1 parent 84c91db commit 1244de9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/style_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: [3.10.15]
python-version: [3.10]
fail-fast: false

steps:
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
working-directory: ${{github.workspace}}
run: |
black --check --diff .
- name: Run isort
shell: bash
working-directory: ${{github.workspace}}
Expand Down

0 comments on commit 1244de9

Please sign in to comment.