Skip to content

Commit 8784755

Browse files
committed
Add setup CTK step in windows coverage
1 parent 3801be1 commit 8784755

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/coverage.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,13 @@ jobs:
315315
with:
316316
python-version: ${{ env.PY_VER }}
317317

318+
- name: Set up mini CTK
319+
uses: ./.github/actions/fetch_ctk
320+
continue-on-error: false
321+
with:
322+
host-platform: win-64
323+
cuda-version: ${{ env.CUDA_VER }}
324+
318325
- name: Download Windows wheel artifacts
319326
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
320327
with:

0 commit comments

Comments
 (0)