Skip to content

Commit

Permalink
[lint] downgrade python version to pass flake8 lint (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
robin1001 authored Nov 5, 2023
1 parent c9ec537 commit 87448cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: 3.x
python-version: 3.9
architecture: x64
- name: Fetch Wenet
uses: actions/checkout@v1
Expand Down

0 comments on commit 87448cf

Please sign in to comment.