Skip to content

Commit 4c69e8c

Browse files
committed
Try to remove CUDA setup
Signed-off-by: SimJeg <sjegou@nvidia.com>
1 parent ced8066 commit 4c69e8c

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,10 @@ jobs:
1616
with:
1717
python-version: "3.12"
1818

19-
- name: Setup CUDA
20-
uses: Jimver/cuda-toolkit@v0.2.16
21-
with:
22-
cuda: '12.5.0'
23-
24-
- name: Set CUDA_HOME
25-
run: echo "CUDA_HOME=/usr/local/cuda" >> $GITHUB_ENV
19+
- name: Check CUDA
20+
run: |
21+
nvcc --version || echo "nvcc not in PATH, checking /usr/local/cuda"
22+
echo "CUDA_HOME=/usr/local/cuda" >> $GITHUB_ENV
2623
2724
- name: Install uv
2825
uses: astral-sh/setup-uv@v6

0 commit comments

Comments
 (0)