Skip to content

Commit b736f98

Browse files
Change CUDA install method to 'network' in workflow
1 parent 705367b commit b736f98

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,7 @@ jobs:
8585
with:
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 }}
88-
# TODO: Build fails when using "network" on CUDA 13.
89-
method: ${{ startsWith(matrix.cuda_version, '13.') && 'local' || 'network' }}
88+
method: "network"
9089
# The "crt" "nvvm" and "nvptxcompiler" components are added for CUDA 13.
9190
sub-packages: ${{ format('["nvcc"{0},"cudart","cusparse","cublas","thrust","cublas_dev","cusparse_dev"]', startsWith(matrix.cuda_version, '13.') && ',"crt","nvvm","nvptxcompiler"' || '') }}
9291
use-github-cache: false

0 commit comments

Comments
 (0)