mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-09 10:02:22 +00:00
update python ver
This commit is contained in:
parent
84c91dbc3a
commit
1244de97dc
4
.github/workflows/style_check.yml
vendored
4
.github/workflows/style_check.yml
vendored
@ -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}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user