Skip to content

Commit

Permalink
Fix output dir for conda packages
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Jan 18, 2025
1 parent bbdd1f6 commit 11bdd38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build_conda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ sccache --zero-stats

mamba install -y rattler-build

rattler-build build --recipe conda/recipes/rapids-logger
rattler-build build --recipe conda/recipes/rapids-logger --output-dir ${RAPIDS_CONDA_BLD_OUTPUT_DIR}

sccache --show-adv-stats

Expand Down

0 comments on commit 11bdd38

Please sign in to comment.