Skip to content

Commit a85748b

Browse files
committed
install cuda-toolkit with actions
1 parent 8bcb6d6 commit a85748b

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
@@ -65,6 +65,10 @@ jobs:
6565
- name: Install uv
6666
run: python -m pip install --upgrade uv
6767

68+
- name: Install cuda-toolkit (Linux)
69+
if: matrix.os == 'ubuntu-latest'
70+
uses: Jimver/[email protected]
71+
6872
- name: Install dependencies (Linux)
6973
if: matrix.os == 'ubuntu-latest'
7074
run: |

0 commit comments

Comments
 (0)