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:
Vadim Zeitlin 2020-07-13 17:38:01 +02:00
parent 77e1e6330b
commit 0744cd14a1

View File

@ -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: |