We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d181d42 commit 0b1f4c1Copy full SHA for 0b1f4c1
1 file changed
.github/workflows/test-linux.yml
@@ -47,7 +47,7 @@ jobs:
47
48
- name: Build package
49
run: |
50
- uv sync --resolution ${{ matrix.resolution }}
+ uv sync --resolution ${{ matrix.resolution }} --no-group docs
51
uv pip install -ve . --no-build-isolation
52
53
- name: Run tests and collect coverage
0 commit comments