update python ver

This commit is contained in:
Bailey Hirota 2025-01-14 11:33:20 +09:00
parent 84c91dbc3a
commit 1244de97dc

View File

@ -36,7 +36,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: [3.10.15]
python-version: [3.10]
fail-fast: false
steps:
@ -69,7 +69,7 @@ jobs:
working-directory: ${{github.workspace}}
run: |
black --check --diff .
- name: Run isort
shell: bash
working-directory: ${{github.workspace}}