Skip to content

Commit d60b665

Browse files
committed
fix: unittest path for ci
1 parent 29d61e4 commit d60b665

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,7 @@ jobs:
5757
make
5858
5959
- name: Run unit-tests
60+
env:
61+
LD_LIBRARY_PATH: ${{ github.workspace }}/extern/faiss/build/install/lib
6062
run: |
6163
pytest tests/

0 commit comments

Comments
 (0)