Skip to content

Commit

Permalink
enable test
Browse files Browse the repository at this point in the history
  • Loading branch information
tcapelle committed Oct 11, 2024
1 parent 3e13e57 commit 04496cc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ jobs:
'mistral0',
'mistral1',
'openai',
'scorers',
]
fail-fast: false
services:
Expand Down
2 changes: 2 additions & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ def lint(session):
"mistral0",
"mistral1",
"openai",
"scorers",
],
)
def tests(session, shard):
Expand All @@ -56,6 +57,7 @@ def tests(session, shard):
"trace_server": ["trace_server/"],
"mistral0": ["integrations/mistral/v0/"],
"mistral1": ["integrations/mistral/v1/"],
"scorers": ["flow/"],
}

test_dirs = test_dirs_dict.get(shard, default_test_dirs)
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ litellm = ["litellm>=1.36.1"]
llamaindex = ["llama-index>=0.10.35"]
mistral0 = ["mistralai>=0.1.8,<1.0.0"]
mistral1 = ["mistralai>=1.0.0"]
scorers = ["openai>=1.0.0", "instructor>=1.5.2"]
openai = ["openai>=1.0.0"]
modal = ["modal", "python-dotenv"]
test = [
Expand Down

0 comments on commit 04496cc

Please sign in to comment.