Skip to content

Commit cf1b79e

Browse files
authored
Add LD_LIBRARY_PATH so can hopefully find libomp
1 parent 7479feb commit cf1b79e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ jobs:
138138
if: ${{ runner.os != 'windows' }}
139139
shell: bash -l {0}
140140
run: |
141+
export LD_LIBRARY_PATH="$CONDA_PREFIX/lib:$LD_LIBRARY_PATH"
141142
cd test
142143
pytest -sv . --reruns 5
143144

0 commit comments

Comments
 (0)