Skip to content

Commit

Permalink
Update pr.yml to pip install cuda12 runtime
Browse files Browse the repository at this point in the history
Signed-off-by: Ming M Qin <[email protected]>
  • Loading branch information
MMelQin committed Apr 9, 2024
1 parent d159cb5 commit 1256039
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- name: Check formatting
run: |
source .venv/bin/activate
python3 -m pip install nvidia-cuda-runtime-cu12 --index https://pypi.ngc.nvidia.com
python3 -c 'import sys; print(sys.executable)'
python3 -c 'import site; print(site.getsitepackages())'
python3 -m pip freeze
Expand Down

0 comments on commit 1256039

Please sign in to comment.