Skip to content

Commit d6cbb05

Browse files
fix uv cache
1 parent 47ebb8f commit d6cbb05

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/docs.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,6 @@ jobs:
2626
with:
2727
version: "latest"
2828

29-
- name: Cache uv dependencies
30-
uses: actions/cache@v4
31-
with:
32-
path: |
33-
~/.cache/uv
34-
.venv
35-
key: ${{ runner.os }}-uv-${{ hashFiles('**/pyproject.toml', '**/uv.lock') }}
36-
restore-keys: |
37-
${{ runner.os }}-uv-
38-
3929
- name: Install dependencies
4030
run: |
4131
uv sync --group doc

0 commit comments

Comments
 (0)