Skip to content

Commit 0fb2cf6

Browse files
committed
Codespell is in docs group now
1 parent 43c8edf commit 0fb2cf6

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 . --group dev
18+
pip install . --group docs
1919
- name: Check spelling
2020
run: |
2121
codespell docs/*.rst --ignore-words docs/codespell-ignore-words.txt

0 commit comments

Comments
 (0)