Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove langchain CI test workaround #11146

Merged
merged 3 commits into from Feb 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 0 additions & 7 deletions .github/workflows/cross-version-tests.yml
Expand Up @@ -188,13 +188,6 @@ jobs:
- name: Install ${{ matrix.package }} ${{ matrix.version }}
run: |
${{ matrix.install }}
# temp workaround before langchain_community release the following PR in a new version
# https://github.com/langchain-ai/langchain/pull/15691
if [ "${{ matrix.package }}/${{ matrix.category }}" = "langchain/autologging" ]
then
pip uninstall -y langchain_community
pip install git+https://github.com/hwchase17/langchain#subdirectory=libs/community
fi
- name: Install pydantic no-binary for langchain
if: matrix.package == 'langchain' && ( matrix.version == 'dev' || matrix.version >= '0.0.267')
run: |
Expand Down