Try installing codespell 1.17.1 via pip

The 1.16 version available in Ubuntu 20.04 doesn't work nearly as well
as the latest one.
This commit is contained in:
Vadim Zeitlin
2020-07-13 17:30:47 +02:00
parent 1fcdaa7f22
commit d432b1a685

View File

@@ -36,7 +36,7 @@ jobs:
- name: Install codespell
run: |
sudo apt install codespell
pip install codespell==1.17.1
- name: Run codespell
run: |