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 ffb98cd commit 163752cCopy full SHA for 163752c
.github/workflows/spellcheck.yml
@@ -15,7 +15,7 @@ jobs:
15
cache-dependency-path: pyproject.toml
16
- name: Install dependencies
17
run: |
18
- pip install -e '.[docs]'
+ pip install . --group dev
19
- name: Check spelling
20
21
codespell docs/*.rst --ignore-words docs/codespell-ignore-words.txt
0 commit comments