Fix false positives in codespell CI and fix reported typos

- Don't install codespell when building offline docs
  as it's not needed in that workflow.
This commit is contained in:
Hugo Locurcio
2024-05-31 10:58:12 +02:00
parent 6e6b257801
commit 06bd5b3ccb
9 changed files with 10 additions and 9 deletions

View File

@@ -23,7 +23,6 @@ jobs:
- name: Install dependencies
run: |
sudo pip3 install -r requirements.txt
sudo pip3 install codespell
sudo apt update
sudo apt install parallel libwebp7