Skip to content

Commit da9c0e2

Browse files
Update ci/scripts/github/build_wheel.sh
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Signed-off-by: David Gardner <96306125+dagardner-nv@users.noreply.github.com>
1 parent 1e8225d commit da9c0e2

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
@@ -92,7 +92,7 @@ for whl in "${MOVED_WHEELS[@]}"; do
9292

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

9797
if [[ ${INSTALL_RESULT} -ne 0 ]]; then
9898
rapids-logger "Error, failed to install wheel ${whl} with Python ${pyver}"

0 commit comments

Comments
 (0)