Maybe fix ollama.
This commit is contained in:
parent
27be8e3452
commit
219b20a32f
1 changed files with 6 additions and 2 deletions
|
|
@ -14,11 +14,15 @@
|
|||
pythonPackagesExtensions = prev.pythonPackagesExtensions ++ [
|
||||
(python-final: python-prev: {
|
||||
langchain = python-prev.langchain.overridePythonAttrs (oldAttrs: {
|
||||
# This disables the checkPhase (running tests) for langchain
|
||||
doCheck = false;
|
||||
doCheck = false;
|
||||
});
|
||||
})
|
||||
];
|
||||
# valkey 8.1.x has a flaky replication integration test that
|
||||
# fails non-deterministically; skip checks to unblock open-webui.
|
||||
valkey = prev.valkey.overrideAttrs (oldAttrs: {
|
||||
doCheck = false;
|
||||
});
|
||||
})
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue