We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29d61e4 commit d60b665Copy full SHA for d60b665
.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