Skip to content

Commit 39f0487

Browse files
committed
Debug: echo LD_LIBRARY_PATH
1 parent 7752a70 commit 39f0487

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/run_tests_iris.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ jobs:
2121
shell: bash -l {0}
2222

2323
steps:
24+
- name: Check paths in LD_LIBRARY_PATH
25+
run: |
26+
echo $LD_LIBRARY_PATH
27+
ls -l /usr/local/nvidia/lib
28+
ls -l /usr/local/nvidia/lib64
29+
2430
- name: Checkout repository code
2531
uses: actions/checkout@v4
2632

@@ -38,6 +44,9 @@ jobs:
3844
pip install --no-deps httomolibgpu
3945
pip install -v .[dev]
4046
micromamba list
47+
echo $LD_LIBRARY_PATH
48+
ls -l /usr/local/nvidia/lib
49+
ls -l /usr/local/nvidia/lib64
4150
4251
- name: Run tests
4352
run: |

0 commit comments

Comments
 (0)