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 a429e53 commit a83f932Copy full SHA for a83f932
.github/workflows/pr.yml
@@ -39,11 +39,13 @@ jobs:
39
run: |
40
source .venv/bin/activate
41
python3 -m pip install nvidia-cuda-runtime-cu12
42
+ export LD_LIBRARY_PATH=`pwd`/.venv/lib/python3.8/site-packages/nvidia/cuda_runtime/lib:$LD_LIBRARY_PATH
43
./run test all unit
44
- name: Coverage
45
46
47
48
49
coverage xml
50
- name: Upload coverage
51
uses: codecov/codecov-action@v2
0 commit comments