We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e8225d commit da9c0e2Copy full SHA for da9c0e2
ci/scripts/github/build_wheel.sh
@@ -92,7 +92,7 @@ for whl in "${MOVED_WHEELS[@]}"; do
92
93
# Report the packages in the environment regardless of install success
94
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
+ uv pip list --format json > "${PIP_REPORTS_DIR}/$(basename "${whl}" .whl)_py${pyver}_packages.json"
96
97
if [[ ${INSTALL_RESULT} -ne 0 ]]; then
98
rapids-logger "Error, failed to install wheel ${whl} with Python ${pyver}"
0 commit comments