Skip to content

Commit 1eec674

Browse files
committed
Fix macos-smoke-test uv cache
Signed-off-by: mgoin <[email protected]>
1 parent d54a18a commit 1eec674

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/macos-smoke-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
- uses: astral-sh/setup-uv@v4
1515
with:
1616
enable-cache: true
17+
cache-dependency-glob: |
18+
requirements/**/*.txt
19+
pyproject.toml
1720
python-version: '3.12'
1821

1922
- name: Install dependencies

0 commit comments

Comments
 (0)