Skip to content

Commit 48def38

Browse files
committed
fix(ci): use --all-extras to install optional dev dependencies
1 parent 23c4ff7 commit 48def38

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
with:
2020
python-version: ${{ matrix.python-version }}
2121

22-
- run: uv sync --dev
22+
- run: uv sync --all-extras --dev
2323

24-
- run: uv run python -m pytest
24+
- run: uv run pytest tests

0 commit comments

Comments
 (0)