infra[patch], langchain[patch]: fix test deps and upper bound langchain dep on core(#13984)

This commit is contained in:
Bagatur
2023-11-28 13:26:15 -08:00
committed by GitHub
parent 1fd724293b
commit 48fbc5513d
11 changed files with 51 additions and 29 deletions

View File

@@ -68,7 +68,7 @@ jobs:
# It doesn't matter how you change it, any change will cause a cache-bust.
working-directory: ${{ inputs.working-directory }}
run: |
poetry install --with dev,lint,test,typing
poetry install --with lint,typing
- name: Install langchain editable
working-directory: ${{ inputs.working-directory }}

View File

@@ -42,7 +42,7 @@ jobs:
- name: Install dependencies
shell: bash
run: poetry install
run: poetry install --with test
- name: Install langchain editable
working-directory: ${{ inputs.working-directory }}

View File

@@ -36,14 +36,12 @@ jobs:
uses: ./.github/workflows/_lint.yml
with:
working-directory: libs/experimental
langchain-location: ../langchain
secrets: inherit
test:
uses: ./.github/workflows/_test.yml
with:
working-directory: libs/experimental
langchain-location: ../langchain
secrets: inherit
compile-integration-tests: