Try using Python 3 for codespell
Running it using Python 2 seems to result in a problem with not matching an exclusion line with non-ASCII character, which works fine with Python 3 locally.
This commit is contained in:
parent
77e1e6330b
commit
0744cd14a1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/code_checks.yml
vendored
2
.github/workflows/code_checks.yml
vendored
|
|
@ -36,7 +36,7 @@ jobs:
|
|||
|
||||
- name: Install codespell
|
||||
run: |
|
||||
pip install --no-warn-script-location codespell==1.17.1
|
||||
pip3 install --no-warn-script-location codespell==1.17.1
|
||||
|
||||
- name: Run codespell
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue