Skip to content

Commit 34c30f0

Browse files
Update CUDA sub-packages in workflow configuration
1 parent 1da8b3a commit 34c30f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
cuda: ${{ matrix.cuda_version == '13.0.1' && '13.0.0' || matrix.cuda_version }}
8888
method: "network"
8989
# The "crt" component is added for CUDA 13.
90-
sub-packages: ${{ format('["nvcc"{0},"cudart","cusparse","cublas","thrust","cublas_dev","cusparse_dev"]', startsWith(matrix.cuda_version, '13.') && ',"crt"' || '') }} sub-packages: '["nvcc","crt","cudart","cusparse","cublas","thrust","cublas_dev","cusparse_dev"]'
90+
sub-packages: ${{ format('["nvcc"{0},"cudart","cusparse","cublas","thrust","cublas_dev","cusparse_dev"]', startsWith(matrix.cuda_version, '13.') && ',"crt"' || '') }}
9191
use-github-cache: false
9292
use-local-cache: false
9393
log-file-suffix: ${{matrix.os}}-${{matrix.cuda_version}}.txt

0 commit comments

Comments
 (0)