Skip to content

Commit 17bed82

Browse files
committed
fix typo
1 parent 89beed0 commit 17bed82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gpu_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Patch shared paths
6161
run: |
6262
export LD_PRELOAD=${CONDA_PREFIX}/lib/libpython3.10.so.1.0:${LD_PRELOAD}
63-
export LD_LIBRARY_PATH=${CONDA_PREFIX}/lib:${LD_LIBRARY_PATH}
63+
export LD_LIBRARY_PATH=${CONDA_PREFIX}/lib/libpython3.10.so.1.0:${LD_LIBRARY_PATH}
6464
- name: Run unit tests with coverage
6565
# TODO add all tests
6666
run: pytest tests/unit_tests --cov=. --cov-report=xml --durations=20 -vv

0 commit comments

Comments
 (0)