Skip to content

Commit

Permalink
change installed libcuvs version in git actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tarang-jain committed Sep 19, 2024
1 parent e10a05e commit 93172cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build_cmake/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ runs:
conda install -y -q cuda-toolkit -c "nvidia/label/cuda-12.4.0"
# and CUDA from cuVS channel for cuVS builds
elif [ "${{ inputs.cuvs }}" = "ON" ]; then
conda install -y -q libcuvs cuda-version=12.4 cuda-toolkit -c rapidsai-nightly -c "nvidia/label/cuda-12.4.0" -c conda-forge
conda install -y -q libcuvs=24.08 cuda-version=12.4 cuda-toolkit -c rapidsai -c "nvidia/label/cuda-12.4.0" -c conda-forge
fi
# install test packages
Expand Down

0 comments on commit 93172cf

Please sign in to comment.