Skip to content

Commit

Permalink
Refine tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Lina Tang committed Feb 9, 2024
1 parent d9a3178 commit 37550e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/promptflow-executor-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
run: |
gci env:* | sort-object name
az account show
pip install langchain, langchain_openai
pip install langchain langchain_openai
# numexpr is required by langchain in e2e tests.
pip install numexpr
python scripts/building/run_coverage_tests.py `
Expand Down
6 changes: 3 additions & 3 deletions src/promptflow/tests/executor/e2etests/test_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,15 +250,15 @@ def test_executor_exec_node_with_invalid_default_value(
[
(
SIMPLE_IMAGE_FLOW,
{"data": "inputs.jsonl"},
{"data": "."},
{"image": "${data.image}"},
"output",
2,
4,
False,
),
(
SAMPLE_IMAGE_FLOW_WITH_DEFAULT,
{"data": "inputs.jsonl"},
{"data": "."},
{"image_2": "${data.image_2}"},
"output",
4,
Expand Down

0 comments on commit 37550e7

Please sign in to comment.