[CI] Fix no space left in build wheel CI. (#4215)
### What this PR does / why we need it?
[CI] Fix no space left in build wheel CI.
- vLLM version: v0.11.0
- vLLM main:
2918c1b49c
Signed-off-by: menogrey <1299267905@qq.com>
This commit is contained in:
6
.github/workflows/release_whl.yml
vendored
6
.github/workflows/release_whl.yml
vendored
@@ -58,6 +58,12 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
lscpu
|
lscpu
|
||||||
|
|
||||||
|
- name: Free up disk space
|
||||||
|
uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1
|
||||||
|
with:
|
||||||
|
tool-cache: true
|
||||||
|
docker-images: false
|
||||||
|
|
||||||
- name: Build wheel
|
- name: Build wheel
|
||||||
run: |
|
run: |
|
||||||
ls
|
ls
|
||||||
|
|||||||
Reference in New Issue
Block a user