Skip to content

Commit 4274bb5

Browse files
Try to fix Windows build workflow
1 parent 5cee20b commit 4274bb5

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
@@ -83,7 +83,7 @@ jobs:
8383
with:
8484
# Temporary: Use CUDA 13.0.0 for Windows until 13.0.1 is supported with this action.
8585
cuda: ${{ matrix.cuda_version == '13.0.1' && '13.0.0' || matrix.cuda_version }}
86-
method: "network"
86+
method: "local"
8787
sub-packages: '["nvcc","cudart","cusparse","cublas","thrust","nvrtc_dev","cublas_dev","cusparse_dev"]'
8888
linux-local-args: '["--toolkit"]'
8989
use-github-cache: false

0 commit comments

Comments
 (0)