Skip to content

Commit 1260099

Browse files
committed
chore: add cache-dependency-glob for uv setup in lint and test workflows
1 parent 05ff454 commit 1260099

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
uses: astral-sh/setup-uv@v7
1919
with:
2020
enable-cache: true
21+
cache-dependency-glob: pyproject.toml
2122

2223
- name: Set up Python
2324
uses: actions/setup-python@v6

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
uses: astral-sh/setup-uv@v7
2222
with:
2323
enable-cache: true
24+
cache-dependency-glob: pyproject.toml
2425

2526
- name: Set up Python ${{ matrix.python-version }}
2627
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)