Skip to content

Commit

Permalink
Update pr.yml
Browse files Browse the repository at this point in the history
change to use pypi.org for cu12

Signed-off-by: Ming M Qin <[email protected]>
  • Loading branch information
MMelQin authored Apr 9, 2024
1 parent a91f5b7 commit c12cf3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
pip install virtualenv
virtualenv .venv
source .venv/bin/activate
python3 -m pip install nvidia-cuda-runtime-cu12 --index https://pypi.ngc.nvidia.com
python3 -m pip install nvidia-cuda-runtime-cu12
./run setup
- name: Check formatting
run: |
Expand Down

0 comments on commit c12cf3a

Please sign in to comment.