[github-actions] fix the codespell version in spell-check job (#9482)

This commit fixes the version of `codespell` installed in the
`spell-check` job of `build` workflow to version `2.2.4`.
This commit is contained in:
Abtin Keshavarzian
2023-10-03 13:26:21 -07:00
committed by GitHub
parent c6eaeda5a1
commit becba6bd95
+1 -1
View File
@@ -95,7 +95,7 @@ jobs:
- name: Bootstrap
run: |
python -m pip install --upgrade pip
pip install codespell
pip install --force-reinstall codespell==2.2.4
- name: Check
run: |
script/code-spell check