Skip to content

Commit f80aa0f

Browse files
committed
MAX_JOBS=1
1 parent 7731823 commit f80aa0f

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
@@ -11,6 +11,6 @@ LD_LIBRARY_PATH=${cuda_home}/lib64:$LD_LIBRARY_PATH
1111
$python_executable -m pip install wheel packaging
1212

1313
# Limit the number of parallel jobs to avoid OOM
14-
export MAX_JOBS=2
14+
export MAX_JOBS=1
1515
# Build
1616
$python_executable setup.py bdist_wheel --dist-dir=dist

0 commit comments

Comments
 (0)