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 7e4799b commit 24f6d19Copy full SHA for 24f6d19
.github/workflows/documentation.yml
@@ -13,7 +13,7 @@ jobs:
13
with:
14
python-version: "3.12"
15
- name: install requirements
16
- run: uv pip install -e .[dev]
+ run: uv sync --all-extras
17
- name: run pytest
18
run: python -m pytest
19
- name: run spellcheck
0 commit comments