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 23c4ff7 commit 48def38Copy full SHA for 48def38
1 file changed
.github/workflows/test.yml
@@ -19,6 +19,6 @@ jobs:
19
with:
20
python-version: ${{ matrix.python-version }}
21
22
- - run: uv sync --dev
+ - run: uv sync --all-extras --dev
23
24
- - run: uv run python -m pytest
+ - run: uv run pytest tests
0 commit comments