Skip to content

Commit

Permalink
[workflow] fix python env (#2633)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mddct authored Sep 20, 2024
1 parent a198c1d commit 2d0da71
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: 3.10.14
python-version: 3.10.15
architecture: x64
- name: Fetch Wenet
uses: actions/checkout@v1
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: 3.10.14
python-version: 3.10.15
architecture: x64
- name: Fetch Wenet
uses: actions/checkout@v1
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: 3.10.14
python-version: 3.10.15
architecture: x64
- name: Fetch Wenet
uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
max-parallel: 20
matrix:
os: [ubuntu-latest]
python-version: [3.10.14]
python-version: [3.10.15]
steps:
- name: Cache Python Packages
uses: actions/cache@v1
Expand Down

0 comments on commit 2d0da71

Please sign in to comment.