Skip to content

Commit c35add9

Browse files
committed
install cuda toolkit in ci
1 parent 945353d commit c35add9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/smoke-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
- name: Set up Python
2727
run: uv python install 3.13
2828

29-
- name: Find CUDA version
30-
run: |
31-
ls /usr/local | grep cuda
29+
# - name: Find CUDA version
30+
# run: |
31+
# ls /usr/local | grep cuda
3232

3333
- name: Install package and dependencies
3434
run: uv sync --dev

0 commit comments

Comments
 (0)