Skip to content

Commit 7d92afe

Browse files
committed
Report installed packages
Signed-off-by: David Gardner <dagardner@nvidia.com>
1 parent 1db487d commit 7d92afe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ci/scripts/github/build_wheel.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ for whl in "${MOVED_WHEELS[@]}"; do
7676
UV_PIP_OUT=$(uv pip install -q --prerelease=allow --find-links "${WHEELS_BASE_DIR}" "${whl}" 2>&1)
7777
INSTALL_RESULT=$?
7878

79+
# Report the packages in the environment regardless of install success
80+
rapids-logger "Installed wheel ${whl} with Python ${pyver}, pip install exit code ${INSTALL_RESULT}, installed packages:"
81+
uv pip list
82+
7983
if [[ ${INSTALL_RESULT} -ne 0 ]]; then
8084
rapids-logger "Error, failed to install wheel ${whl} with Python ${pyver}"
8185
echo "${UV_PIP_OUT}"

0 commit comments

Comments
 (0)