Skip to content

Commit

Permalink
install langchain_community to fix failed executor e2e test case (#3363)
Browse files Browse the repository at this point in the history
# Description

https://github.com/microsoft/promptflow/actions/runs/9346975864/job/25723044774
Miss required package in executor test ci

![image](https://github.com/microsoft/promptflow/assets/17938940/8db9aea3-f04e-4a15-bb7c-9616fa1f1e75)


Please add an informative description that covers that changes made by
the pull request and link all relevant issues.

# All Promptflow Contribution checklist:
- [ ] **The pull request does not introduce [breaking changes].**
- [ ] **CHANGELOG is updated for new features, bug fixes or other
significant changes.**
- [ ] **I have read the [contribution guidelines](../CONTRIBUTING.md).**
- [ ] **Create an issue and link to the pull request to get dedicated
review from promptflow team. Learn more: [suggested
workflow](../CONTRIBUTING.md#suggested-workflow).**

## General Guidelines and Best Practices
- [ ] Title of the pull request is clear and informative.
- [ ] There are a small number of commits, each of which have an
informative message. This means that previously merged commits do not
appear in the history of the PR. For more information on cleaning up the
commits in your PR, [see this
page](https://github.com/Azure/azure-powershell/blob/master/documentation/development-docs/cleaning-up-commits.md).

### Testing Guidelines
- [ ] Pull request includes test coverage for the included changes.
  • Loading branch information
lalala123123 authored Jun 5, 2024
1 parent dd7b7c9 commit 3306e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/promptflow-release-testing-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ jobs:
shell: pwsh
working-directory: ${{ github.workspace }}
run: |
pip install langchain
pip install langchain langchain_community
pip install numexpr
python scripts/building/run_coverage_tests.py `
-p ${{ github.workspace }}/src/promptflow/promptflow `
Expand Down

0 comments on commit 3306e7b

Please sign in to comment.