Skip to content

Commit 1256039

Browse files
authored
Update pr.yml to pip install cuda12 runtime
Signed-off-by: Ming M Qin <38891913+MMelQin@users.noreply.github.com>
1 parent d159cb5 commit 1256039

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- name: Check formatting
2828
run: |
2929
source .venv/bin/activate
30+
python3 -m pip install nvidia-cuda-runtime-cu12 --index https://pypi.ngc.nvidia.com
3031
python3 -c 'import sys; print(sys.executable)'
3132
python3 -c 'import site; print(site.getsitepackages())'
3233
python3 -m pip freeze

0 commit comments

Comments
 (0)