Skip to content

Commit 645b6ac

Browse files
committed
Not strictly necessary to build docs in free-thread release
1 parent b5bc0d5 commit 645b6ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Install dependencies
4646
run: |
47-
uv pip install --upgrade '.[test,docs]'
47+
uv pip install --upgrade '.[test]'
4848
uv pip list
4949
5050
- name: Test with pytest

0 commit comments

Comments
 (0)