We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83e9a13 commit 8e09671Copy full SHA for 8e09671
ci/scripts/github/build_wheel.sh
@@ -87,7 +87,7 @@ for whl in "${MOVED_WHEELS[@]}"; do
87
INSTALL_RESULT=$?
88
89
# 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:"
+ rapids-logger "Installed wheel ${whl} with Python ${pyver}, pip install exit code ${INSTALL_RESULT}"
91
uv pip list --format json > ${PIP_REPORTS_DIR}/$(basename "${whl}" .whl)_py${pyver}_packages.json
92
93
if [[ ${INSTALL_RESULT} -ne 0 ]]; then
0 commit comments