Skip to content

Commit 0b1f4c1

Browse files
committed
exclude docs
1 parent d181d42 commit 0b1f4c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
4848
- name: Build package
4949
run: |
50-
uv sync --resolution ${{ matrix.resolution }}
50+
uv sync --resolution ${{ matrix.resolution }} --no-group docs
5151
uv pip install -ve . --no-build-isolation
5252
5353
- name: Run tests and collect coverage

0 commit comments

Comments
 (0)