Skip to content

Commit 09a95fa

Browse files
committed
Install doc extras for tests
1 parent 52a87ba commit 09a95fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Tests
2929
run: |
3030
uv venv
31-
uv pip install ".[testing]"
31+
uv pip install ".[testing,doc]"
3232
.venv/bin/pytest tests
3333
.venv/bin/pylint --rcfile=.pylintrc gossip tests
3434

0 commit comments

Comments
 (0)