Skip to content

Commit cf06b16

Browse files
committed
deep-test-dep
1 parent 7101587 commit cf06b16

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
curl -sSL https://install.python-poetry.org | python3 -
6363
6464
- name: Install dependencies
65-
run: poetry install --extras "all"
65+
run: poetry install --with test --extras "all"
6666

6767
- name: Wait for Ollama to be ready
6868
run: |

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,13 @@ litellm = ["litellm", "ollama"]
3939

4040
[tool.poetry.group.test.dependencies]
4141
pytest = "^8.2.1"
42+
deepeval = "^2.2.6"
4243

4344
[tool.poetry.group.dev.dependencies]
4445
sphinx = "^7.3.7"
4546
sphinx-rtd-theme = "^2.0.0"
4647
pandas = "^2.2.2"
4748
jupyter = "^1.0.0"
48-
deepeval = "^2.2.6"
49-
5049

5150
[build-system]
5251
requires = ["poetry-core"]

0 commit comments

Comments
 (0)