[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:
8
.github/workflows/release_whl.yml
vendored
8
.github/workflows/release_whl.yml
vendored
@@ -57,7 +57,13 @@ jobs:
|
||||
- name: Print
|
||||
run: |
|
||||
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
|
||||
run: |
|
||||
ls
|
||||
|
||||
Reference in New Issue
Block a user