Skip to content

Commit 0e2e6b9

Browse files
MMelQinSimoneBendazzoli93
authored andcommitted
Update pr.yml to pip install cuda12 runtime
Signed-off-by: Ming M Qin <[email protected]> Signed-off-by: Simone Bendazzoli <[email protected]>
1 parent eb825c3 commit 0e2e6b9

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)