Skip to content

Commit

Permalink
[CI/Build] Fix missing ci dependencies (#8834)
Browse files Browse the repository at this point in the history
  • Loading branch information
fyuan1316 authored Sep 26, 2024
1 parent 520db4d commit 68988d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PATH=${cuda_home}/bin:$PATH
LD_LIBRARY_PATH=${cuda_home}/lib64:$LD_LIBRARY_PATH

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

# Limit the number of parallel jobs to avoid OOM
Expand Down

0 comments on commit 68988d4

Please sign in to comment.