Skip to content

Commit 82d82ef

Browse files
Try to fix Windows build workflow
1 parent 009ea8a commit 82d82ef

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,10 +85,9 @@ jobs:
8585
# Temporary: Use CUDA 13.0.0 for Windows until 13.0.1 is supported with this action.
8686
cuda: ${{ matrix.cuda_version == '13.0.1' && '13.0.0' || matrix.cuda_version }}
8787
method: "local"
88-
sub-packages: '["nvcc","cudart","cusparse","cublas","thrust","nvrtc_dev","cublas_dev","cusparse_dev"]'
89-
linux-local-args: '["--toolkit"]'
9088
use-github-cache: false
9189
use-local-cache: false
90+
log-file-suffix: ${{matrix.os}}-${{matrix.cuda_version}}.txt
9291
- name: Setup MSVC
9392
if: startsWith(matrix.os, 'windows')
9493
uses: ilammy/[email protected] # to use cl

0 commit comments

Comments
 (0)