Skip to content

Commit

Permalink
build in verbose mode
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-b-miller committed Nov 8, 2023
1 parent a70ea01 commit a635037
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 @@ -19,4 +19,4 @@ conda list
rapids-logger "Build wheel"

mkdir -p ./wheel-build-${python_version}
pip wheel . --wheel-dir=./wheel-build-${python_version}
pip wheel . --wheel-dir=./wheel-build-${python_version} -vvv

0 comments on commit a635037

Please sign in to comment.