Skip to content

Commit

Permalink
[workflow] try to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
xingchensong committed Apr 14, 2024
1 parent afa3632 commit 3f1dd32
Showing 1 changed file with 3 additions and 3 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
python-version: 3.10.14
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
python-version: 3.10.14
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
python-version: 3.10.14
architecture: x64
- name: Fetch Wenet
uses: actions/checkout@v1
Expand Down

0 comments on commit 3f1dd32

Please sign in to comment.