mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-24 21:29:53 +00:00
ci: add Github workflow which runs unittests in PR (#1442)
This commit is contained in:
parent
e6ae557661
commit
82e94fe22f
4 changed files with 187 additions and 2 deletions
|
@ -54,6 +54,7 @@ dev = [
|
|||
test = [
|
||||
"openai",
|
||||
"aiosqlite",
|
||||
"sqlite-vec",
|
||||
"ollama",
|
||||
"torch>=2.6.0",
|
||||
"fairscale>=0.4.13",
|
||||
|
@ -62,6 +63,9 @@ test = [
|
|||
"groq",
|
||||
"opentelemetry-sdk",
|
||||
"opentelemetry-exporter-otlp-proto-http",
|
||||
"tiktoken",
|
||||
"chardet",
|
||||
"pypdf",
|
||||
]
|
||||
docs = [
|
||||
"sphinx-autobuild",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue