Skip to content

Commit 163752c

Browse files
committed
install codespell properly
1 parent ffb98cd commit 163752c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/spellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
cache-dependency-path: pyproject.toml
1616
- name: Install dependencies
1717
run: |
18-
pip install -e '.[docs]'
18+
pip install . --group dev
1919
- name: Check spelling
2020
run: |
2121
codespell docs/*.rst --ignore-words docs/codespell-ignore-words.txt

0 commit comments

Comments
 (0)