Skip to content

Commit

Permalink
add rapids-otel-wrap around rapids-conda-retry
Browse files Browse the repository at this point in the history
  • Loading branch information
msarahan committed Oct 17, 2024
1 parent 6e8cdc4 commit af33721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/rapids-conda-retry
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ condaCmd=${RAPIDS_CONDA_EXE:=conda}
# needToRetry: 1 if the command should be retried, 0 if it should not be
function runConda {
# shellcheck disable=SC2086
${condaCmd} ${args} 2>&1| tee "${outfile}"
rapids-otel-wrap ${condaCmd} ${args} 2>&1| tee "${outfile}"
exitcode=$?
needToRetry=0
needToClean=0
Expand Down

0 comments on commit af33721

Please sign in to comment.