mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-15 04:15:01 +08:00
[CI] Fix macos smoke test uv cache issue (#28736)
Signed-off-by: mgoin <mgoin64@gmail.com>
This commit is contained in:
parent
8977ffb5e6
commit
f08eab2acc
5
.github/workflows/macos-smoke-test.yml
vendored
5
.github/workflows/macos-smoke-test.yml
vendored
@ -11,9 +11,12 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- uses: astral-sh/setup-uv@v4
|
- uses: astral-sh/setup-uv@v7
|
||||||
with:
|
with:
|
||||||
enable-cache: true
|
enable-cache: true
|
||||||
|
cache-dependency-glob: |
|
||||||
|
requirements/**/*.txt
|
||||||
|
pyproject.toml
|
||||||
python-version: '3.12'
|
python-version: '3.12'
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user