We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43c8edf commit 0fb2cf6Copy full SHA for 0fb2cf6
1 file changed
.github/workflows/spellcheck.yml
@@ -15,7 +15,7 @@ jobs:
15
cache-dependency-path: pyproject.toml
16
- name: Install dependencies
17
run: |
18
- pip install . --group dev
+ pip install . --group docs
19
- name: Check spelling
20
21
codespell docs/*.rst --ignore-words docs/codespell-ignore-words.txt
0 commit comments