Skip to content

Commit 8f74f43

Browse files
MMelQinSimoneBendazzoli93
authored andcommitted
Update pr.yml
change to use pypi.org for cu12 Signed-off-by: Ming M Qin <[email protected]> Signed-off-by: Simone Bendazzoli <[email protected]>
1 parent 2371476 commit 8f74f43

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,7 +23,7 @@ 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
26+
python3 -m pip install nvidia-cuda-runtime-cu12
2727
./run setup
2828
- name: Check formatting
2929
run: |

0 commit comments

Comments
 (0)