Skip to content

Commit

Permalink
rm nvidia channel label
Browse files Browse the repository at this point in the history
  • Loading branch information
tarang-jain committed Nov 21, 2024
1 parent 2cf5278 commit 9e0b028
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 @@ -54,7 +54,7 @@ runs:
conda install -y -q cuda-toolkit=12.4 -c nvidia
# and CUDA from cuVS channel for cuVS builds
elif [ "${{ inputs.cuvs }}" = "ON" ]; then
conda install -y -q libcuvs=24.08 cuda-version=12.4 cuda-toolkit=12.4 -c rapidsai -c conda-forge -c nvidia
conda install -y -q libcuvs=24.10 cuda-version=12.4 cuda-toolkit=12.4 -c rapidsai -c conda-forge -c nvidia
fi
# install test packages
conda install -y pytest
Expand Down

0 comments on commit 9e0b028

Please sign in to comment.