Skip to content

Commit

Permalink
add: huggingface integration unit testing shard
Browse files Browse the repository at this point in the history
  • Loading branch information
soumik12345 committed Oct 29, 2024
1 parent 9104c9e commit a11e072
Show file tree
Hide file tree
Showing 3 changed files with 3 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 @@ -242,6 +242,7 @@ jobs:
'openai',
'scorers_tests',
'pandas-test',
'huggingface',
]
fail-fast: false
services:
Expand Down
1 change: 1 addition & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def lint(session):
"openai",
"scorers_tests",
"pandas-test",
"huggingface",
],
)
def tests(session, shard):
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ notdiamond = ["notdiamond>=0.3.21", "litellm<=1.49.1"]
openai = ["openai>=1.0.0"]
pandas-test = ["pandas>=2.2.3"]
modal = ["modal", "python-dotenv"]
huggingface = ["huggingface-hub>=0.26.2"]
test = [
"nox",
"pytest>=8.2.0",
Expand Down

0 comments on commit a11e072

Please sign in to comment.