Skip to content

Commit ec499b5

Browse files
committed
Set CUDA_HOME
Signed-off-by: SimJeg <sjegou@nvidia.com>
1 parent ca92fba commit ec499b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
branches:
66
- main
77
- "pull-request/[0-9]+"
8-
workflow_dispatch: # Allows manual triggering from any branch
98

109
jobs:
1110
test:
@@ -17,6 +16,7 @@ jobs:
1716
run: |
1817
nvidia-smi
1918
python3 --version
19+
echo "CUDA_HOME=/usr/local/cuda" >> $GITHUB_ENV
2020
- name: Install uv
2121
uses: astral-sh/setup-uv@v6
2222
with:

0 commit comments

Comments
 (0)