Merge pull request #4301 from kolyshkin/pin-codespell

ci: pin codespell
This commit is contained in:
lfbzhm
2024-06-03 09:02:35 +08:00
committed by GitHub
+1 -1
View File
@@ -67,7 +67,7 @@ jobs:
- uses: actions/checkout@v4
- name: install deps
# Version of codespell bundled with Ubuntu is way old, so use pip.
run: pip install codespell
run: pip install codespell==v2.3.0
- name: run codespell
run: codespell