We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1256039 commit a91f5b7Copy full SHA for a91f5b7
.github/workflows/pr.yml
@@ -23,11 +23,11 @@ jobs:
23
pip install virtualenv
24
virtualenv .venv
25
source .venv/bin/activate
26
+ python3 -m pip install nvidia-cuda-runtime-cu12 --index https://pypi.ngc.nvidia.com
27
./run setup
28
- name: Check formatting
29
run: |
30
- python3 -m pip install nvidia-cuda-runtime-cu12 --index https://pypi.ngc.nvidia.com
31
python3 -c 'import sys; print(sys.executable)'
32
python3 -c 'import site; print(site.getsitepackages())'
33
python3 -m pip freeze
0 commit comments