Skip to content

Commit c12cf3a

Browse files
authored
Update pr.yml
change to use pypi.org for cu12 Signed-off-by: Ming M Qin <38891913+MMelQin@users.noreply.github.com>
1 parent a91f5b7 commit c12cf3a

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)