diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f98eb33f05a..7348cf33c1d 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -129,4 +129,4 @@ jobs: sha: ${{ inputs.sha }} date: ${{ inputs.date }} package-name: cugraph - package-type: cpp + package-type: python diff --git a/ci/build_wheel_libcugraph.sh b/ci/build_wheel_libcugraph.sh index f687d246370..e75539d1e22 100755 --- a/ci/build_wheel_libcugraph.sh +++ b/ci/build_wheel_libcugraph.sh @@ -30,10 +30,5 @@ export PIP_NO_BUILD_ISOLATION=0 RAPIDS_PY_CUDA_SUFFIX="$(rapids-wheel-ctk-name-gen ${RAPIDS_CUDA_VERSION})" -PARALLEL_LEVEL=$(python -c \ - "from math import ceil; from multiprocessing import cpu_count; print(ceil(cpu_count()/4))") - -export SKBUILD_BUILD_TOOL_ARGS="-j${PARALLEL_LEVEL};-l${PARALLEL_LEVEL}" - ./ci/build_wheel.sh libcugraph ${package_dir} cpp ./ci/validate_wheel.sh ${package_dir} final_dist