Skip to content

Commit

Permalink
try to fix the pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ninghu committed Apr 5, 2024
1 parent 5969a4b commit d720e72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/promptflow-evals-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
run: |
poetry run pip install -e ../promptflow-core
poetry run pip install -e ../promptflow-devkit
poetry run pip install -e ../promptflow-tools
working-directory: ${{ env.WORKING_DIRECTORY }}
- name: install promptflow-evals from wheel
# wildcard expansion (*) does not work in Windows, so leverage python to find and install
Expand Down
1 change: 1 addition & 0 deletions src/promptflow-evals/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ python = "<4.0,>=3.8"
azure-ai-ml = ">=1.14.0"
promptflow-devkit = "<2.0.0"
promptflow-core = "<2.0.0"
promptflow-tools = "<2.0.0"

[tool.poetry.group.dev.dependencies]
pre-commit = "*"
Expand Down

0 comments on commit d720e72

Please sign in to comment.