Skip to content

Commit 9676de0

Browse files
committed
install cuda-toolkit with actions
1 parent 95440bc commit 9676de0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ jobs:
6363
- name: Install uv
6464
run: python -m pip install --upgrade uv
6565

66+
- name: Install cuda-toolkit (Linux)
67+
if: matrix.os == 'ubuntu-latest'
68+
uses: Jimver/[email protected]
69+
6670
- name: Install dependencies (Linux)
6771
if: matrix.os == 'ubuntu-latest'
6872
run: |

0 commit comments

Comments
 (0)