Skip to content

Commit a43480a

Browse files
authored
fixed the not found python 3.8 env (k2-fsa#1830)
1 parent 08caa1e commit a43480a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/style_check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
strategy:
3737
matrix:
3838
os: [ubuntu-latest]
39-
python-version: [3.8]
39+
python-version: [3.10.15]
4040
fail-fast: false
4141

4242
steps:

0 commit comments

Comments
 (0)