Skip to content

Commit c71ac43

Browse files
fyuan1316sumitd2
authored andcommitted
[CI/Build] Fix missing ci dependencies (vllm-project#8834)
Signed-off-by: Sumit Dubey <[email protected]>
1 parent b4453f9 commit c71ac43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ PATH=${cuda_home}/bin:$PATH
88
LD_LIBRARY_PATH=${cuda_home}/lib64:$LD_LIBRARY_PATH
99

1010
# Install requirements
11-
$python_executable -m pip install wheel packaging
11+
$python_executable -m pip install wheel packaging 'setuptools-scm>=8'
1212
$python_executable -m pip install -r requirements-cuda.txt
1313

1414
# Limit the number of parallel jobs to avoid OOM

0 commit comments

Comments
 (0)