Skip to content

Commit 8e09671

Browse files
committed
Fix log
Signed-off-by: David Gardner <dagardner@nvidia.com>
1 parent 83e9a13 commit 8e09671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/scripts/github/build_wheel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ for whl in "${MOVED_WHEELS[@]}"; do
8787
INSTALL_RESULT=$?
8888

8989
# Report the packages in the environment regardless of install success
90-
rapids-logger "Installed wheel ${whl} with Python ${pyver}, pip install exit code ${INSTALL_RESULT}, installed packages:"
90+
rapids-logger "Installed wheel ${whl} with Python ${pyver}, pip install exit code ${INSTALL_RESULT}"
9191
uv pip list --format json > ${PIP_REPORTS_DIR}/$(basename "${whl}" .whl)_py${pyver}_packages.json
9292

9393
if [[ ${INSTALL_RESULT} -ne 0 ]]; then

0 commit comments

Comments
 (0)