Skip to content

Commit d499806

Browse files
committed
Use Jimver/cuda-toolkit@v0.2.21 also under Linux, method: local, no sub-packages.
1 parent f002d9a commit d499806

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -174,11 +174,10 @@ jobs:
174174

175175
- name: Set up mini CTK
176176
if: ${{ inputs.local-ctk == '1' }}
177-
uses: ./.github/actions/fetch_ctk
178-
continue-on-error: false
177+
uses: Jimver/cuda-toolkit@v0.2.21
179178
with:
180-
host-platform: ${{ inputs.host-platform }}
181-
cuda-version: ${{ inputs.cuda-version }}
179+
cuda: ${{ inputs.cuda-version }}
180+
method: 'local'
182181

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

0 commit comments

Comments
 (0)