Skip to content

Commit

Permalink
fix wheel build args
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbarghi-nv committed Oct 11, 2024
1 parent 78c4db4 commit b851de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ fi

cd "${package_dir}"

WHEEL_BUILD_ARGS = "-m pip wheel . -w dist -vvv --no-deps --disable-pip-version-check"
WHEEL_BUILD_ARGS="-m pip wheel . -w dist -vvv --no-deps --disable-pip-version-check"

# pure-python packages should be marked as pure, and not have auditwheel run on them.
if [[ ${package_name} == "cugraph-dgl" ]] || \
Expand Down

0 comments on commit b851de4

Please sign in to comment.