Skip to content

Commit

Permalink
reduce pip verbosity in wheel builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Sep 11, 2024
1 parent 8009309 commit a262e0b
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 @@ -17,7 +17,7 @@ cd "${package_dir}"

python -m pip wheel \
-w dist \
-vvv \
-v \
--no-deps \
--disable-pip-version-check \
--extra-index-url https://pypi.nvidia.com \
Expand Down

0 comments on commit a262e0b

Please sign in to comment.