Skip to content

Commit 0157a35

Browse files
authored
Set LD_LIBRARY_PATH
1 parent 84a2cf5 commit 0157a35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/regression_test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,5 @@ jobs:
8181
pip install ${{ matrix.torch-spec }}
8282
pip install -r dev-requirements.txt
8383
pip install .
84+
export LD_LIBRARY_PATH=$CONDA/lib/:$LD_LIBRARY_PATH
8485
pytest test --verbose -s

0 commit comments

Comments
 (0)