Skip to content

Commit ca30694

Browse files
committed
Explicitly sync all uv groups
1 parent db5d342 commit ca30694

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
- name: Install Python
3030
if: matrix.env != '3.13'
3131
run: uv python install --python-preference only-managed ${{ matrix.env }}
32+
- run: uv sync --all-groups
3233
- name: Setup test suite
3334
run: tox run -vv --notest --skip-missing-interpreters false
3435
env:

0 commit comments

Comments
 (0)