Skip to content

Commit 14c901c

Browse files
committed
Install cuda
1 parent 39a3be3 commit 14c901c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@master
2626

27+
- name: Install CUDA Toolkit (if using GitHub-hosted runner)
28+
# Use a specific version, e.g., '11.8'
29+
uses: Jimver/cuda-toolkit@v0.2.11
30+
with:
31+
cuda: '12.1.0'
32+
2733
- name: Build wheels
2834
uses: pypa/cibuildwheel@v2.23
2935
with:

0 commit comments

Comments
 (0)