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 89beed0 commit 17bed82Copy full SHA for 17bed82
.github/workflows/gpu_test.yaml
@@ -60,7 +60,7 @@ jobs:
60
- name: Patch shared paths
61
run: |
62
export LD_PRELOAD=${CONDA_PREFIX}/lib/libpython3.10.so.1.0:${LD_PRELOAD}
63
- export LD_LIBRARY_PATH=${CONDA_PREFIX}/lib:${LD_LIBRARY_PATH}
+ export LD_LIBRARY_PATH=${CONDA_PREFIX}/lib/libpython3.10.so.1.0:${LD_LIBRARY_PATH}
64
- name: Run unit tests with coverage
65
# TODO add all tests
66
run: pytest tests/unit_tests --cov=. --cov-report=xml --durations=20 -vv
0 commit comments