Skip to content

Commit a91f5b7

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
pip install virtualenv
2424
virtualenv .venv
2525
source .venv/bin/activate
26+
python3 -m pip install nvidia-cuda-runtime-cu12 --index https://pypi.ngc.nvidia.com
2627
./run setup
2728
- name: Check formatting
2829
run: |
2930
source .venv/bin/activate
30-
python3 -m pip install nvidia-cuda-runtime-cu12 --index https://pypi.ngc.nvidia.com
3131
python3 -c 'import sys; print(sys.executable)'
3232
python3 -c 'import site; print(site.getsitepackages())'
3333
python3 -m pip freeze

0 commit comments

Comments
 (0)