Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis committed Dec 7, 2023
1 parent d3fff5d commit 809cae6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 809cae6

Please sign in to comment.