Skip to content

Commit aca1e48

Browse files
committed
Apply review suggestions: remove uv pin, disable cache
Remove uv version constraint for consistency with other workflows. Use enable-cache: false instead of prune-cache: false.
1 parent c6b59ca commit aca1e48

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,8 @@ jobs:
3535
- name: Set up uv
3636
uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
3737
with:
38-
version: ">=0.9.11,<0.10.0"
3938
python-version: "3.12"
40-
prune-cache: false
39+
enable-cache: false
4140

4241
- name: Install pandoc
4342
run: sudo apt-get update && sudo apt-get install -y pandoc

0 commit comments

Comments
 (0)