ci: add Github workflow which runs unittests in PR (#1442)

This commit is contained in:
Ashwin Bharambe 2025-03-05 18:23:28 -08:00 committed by GitHub
parent e6ae557661
commit 82e94fe22f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 187 additions and 2 deletions

View file

@ -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",