Skip to content

Commit 68988d4

Browse files
authored
[CI/Build] Fix missing ci dependencies (#8834)
1 parent 520db4d commit 68988d4

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)