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 d584241 commit 6f823e3Copy full SHA for 6f823e3
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Install dependencies
32
run: |
33
python -m pip install --upgrade pip
34
- pip install .[tests]
+ pip install .[tests,docs]
35
- name: Lint with ruff
36
37
make lint
0 commit comments