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 52a87ba commit 09a95faCopy full SHA for 09a95fa
.github/workflows/test.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Tests
29
run: |
30
uv venv
31
- uv pip install ".[testing]"
+ uv pip install ".[testing,doc]"
32
.venv/bin/pytest tests
33
.venv/bin/pylint --rcfile=.pylintrc gossip tests
34
0 commit comments