Skip to content

Commit f83914e

Browse files
committed
set cuda env in test workflow
Signed-off-by: Max Jeblick <maximilianjeblick@gmail.com>
1 parent c6383f2 commit f83914e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@ jobs:
1616
with:
1717
python-version: 3.10.11
1818

19+
- name: Setup CUDA
20+
uses: Jimver/cuda-toolkit@v0.2.11
21+
with:
22+
cuda: '12.1.0'
23+
24+
- name: Set CUDA_HOME
25+
run: echo "CUDA_HOME=/usr/local/cuda" >> $GITHUB_ENV
26+
1927
- name: Install uv
2028
uses: astral-sh/setup-uv@v6
2129
with:

0 commit comments

Comments
 (0)