faiss.tests: format = "other" now required
This commit is contained in:
parent
46f2664b6f
commit
416dba1bbc
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ buildPythonPackage {
|
|||
pname = "faiss-pytest-suite";
|
||||
inherit (faiss) version;
|
||||
|
||||
format = "other";
|
||||
|
||||
src = "${faiss.src}/tests";
|
||||
|
||||
dontBuild = true;
|
||||
|
|
Loading…
Reference in a new issue