diff --git a/.github/workflows/_dependencies.yml b/.github/workflows/_dependencies.yml index bb6a635b76f99..af01a7eafa77d 100644 --- a/.github/workflows/_dependencies.yml +++ b/.github/workflows/_dependencies.yml @@ -42,12 +42,16 @@ jobs: - name: Install dependencies shell: bash - run: poetry install --with test + run: poetry install - name: Check imports with base dependencies shell: bash run: poetry run make check_imports + - name: Install test dependencies + shell: bash + run: poetry install --with test + - name: Install langchain editable working-directory: ${{ inputs.working-directory }} if: ${{ inputs.langchain-location }}