Skip to content

Commit fb78b61

Browse files
committed
ci: just install all extras for testing
1 parent e064d63 commit fb78b61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/py-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: uv python install ${{ matrix.python-version }}
4545

4646
- name: 📦 Install the project
47-
run: uv sync --python ${{ matrix.python-version }} --no-dev --extra test --extra providers
47+
run: uv sync --python ${{ matrix.python-version }} --all-extras
4848

4949
- name: 📜 Show uv.lock
5050
run: cat uv.lock

0 commit comments

Comments
 (0)