install codespell properly

This commit is contained in:
Simon Willison 2025-12-11 14:53:54 -08:00
commit 163752ce7e

View file

@ -15,7 +15,7 @@ jobs:
cache-dependency-path: pyproject.toml
- name: Install dependencies
run: |
pip install -e '.[docs]'
pip install . --group dev
- name: Check spelling
run: |
codespell docs/*.rst --ignore-words docs/codespell-ignore-words.txt