Skip to content

Commit f002d9a

Browse files
committed
Change "Set up mini CTK" to use method: local, remove sub-packages line.
1 parent 31fe756 commit f002d9a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test-wheel-windows.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,7 @@ jobs:
161161
uses: Jimver/cuda-toolkit@v0.2.21
162162
with:
163163
cuda: ${{ inputs.cuda-version }}
164-
method: 'network'
165-
sub-packages: ${{ env.MINI_CTK_DEPS }}
164+
method: 'local'
166165

167166
- name: Run cuda.bindings tests
168167
if: ${{ env.SKIP_CUDA_BINDINGS_TEST == '0' }}

0 commit comments

Comments
 (0)