Skip to content

Commit b2aa522

Browse files
Update
1 parent 3d373bd commit b2aa522

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
@@ -86,7 +86,7 @@ jobs:
8686
# Temporary: Use CUDA 13.0.0 for Windows until 13.0.1 is supported with this action.
8787
cuda: ${{ matrix.cuda_version == '13.0.1' && '13.0.0' || matrix.cuda_version }}
8888
method: "network"
89-
sub-packages: '["nvcc","cudart","cusparse","cublas","thrust","cublas_dev","cusparse_dev"]'
89+
sub-packages: '["nvcc","crt","cudart","cusparse","cublas","thrust","cublas_dev","cusparse_dev"]'
9090
use-github-cache: false
9191
use-local-cache: false
9292
log-file-suffix: ${{matrix.os}}-${{matrix.cuda_version}}.txt

0 commit comments

Comments
 (0)