Skip to content

Commit

Permalink
update default rapids version for conda build
Browse files Browse the repository at this point in the history
  • Loading branch information
cwharris committed Jan 16, 2024
1 parent a323560 commit ed23b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/conda/recipes/run_conda_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ fi
# Choose default variants
if hasArg quick; then
# For quick build, just do most recent version of rapids
CONDA_ARGS_ARRAY+=("--variants" "{rapids_version: 23.06}")
CONDA_ARGS_ARRAY+=("--variants" "{rapids_version: 24.02}")
fi

# And default channels
Expand Down

0 comments on commit ed23b04

Please sign in to comment.