Skip to content

Commit f08eab2

Browse files
authored
[CI] Fix macos smoke test uv cache issue (vllm-project#28736)
Signed-off-by: mgoin <[email protected]>
1 parent 8977ffb commit f08eab2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v4
1313

14-
- uses: astral-sh/setup-uv@v4
14+
- uses: astral-sh/setup-uv@v7
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)