Skip to content

Commit 0dcaf6c

Browse files
Don't use doc group in testing CI
1 parent 0eb62b9 commit 0dcaf6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Setup dependencies
4747
run: |
4848
uv python pin ${{ matrix.python-version }}
49-
uv export --no-managed-python --resolution ${{ matrix.resolution }} > ci-requirements.txt
49+
uv export --no-managed-python --no-group doc --resolution ${{ matrix.resolution }} > ci-requirements.txt
5050
uv pip install --system -r ci-requirements.txt
5151
5252
- name: Run pre-commit

0 commit comments

Comments
 (0)