Skip to content

Commit 6f823e3

Browse files
committed
Fix CI
1 parent d584241 commit 6f823e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install dependencies
3232
run: |
3333
python -m pip install --upgrade pip
34-
pip install .[tests]
34+
pip install .[tests,docs]
3535
- name: Lint with ruff
3636
run: |
3737
make lint

0 commit comments

Comments
 (0)