1 parent 29d61e4 commit d60b665Copy full SHA for d60b665
1 file changed
.github/workflows/ci.yml
@@ -57,5 +57,7 @@ jobs:
57
make
58
59
- name: Run unit-tests
60
+ env:
61
+ LD_LIBRARY_PATH: ${{ github.workspace }}/extern/faiss/build/install/lib
62
run: |
63
pytest tests/
0 commit comments