We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
method: local
sub-packages
1 parent f002d9a commit d499806Copy full SHA for d499806
.github/workflows/test-wheel-linux.yml
@@ -174,11 +174,10 @@ jobs:
174
175
- name: Set up mini CTK
176
if: ${{ inputs.local-ctk == '1' }}
177
- uses: ./.github/actions/fetch_ctk
178
- continue-on-error: false
+ uses: Jimver/cuda-toolkit@v0.2.21
179
with:
180
- host-platform: ${{ inputs.host-platform }}
181
- cuda-version: ${{ inputs.cuda-version }}
+ cuda: ${{ inputs.cuda-version }}
+ method: 'local'
182
183
- name: Run cuda.bindings tests
184
if: ${{ env.SKIP_CUDA_BINDINGS_TEST == '0' }}
0 commit comments