mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-09-24 07:24:31 +08:00
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:
@@ -36,7 +36,7 @@ jobs:
|
||||
|
||||
- name: Install codespell
|
||||
run: |
|
||||
sudo apt install codespell
|
||||
pip install codespell==1.17.1
|
||||
|
||||
- name: Run codespell
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user