Skip to content

Commit

Permalink
install jupyter
Browse files Browse the repository at this point in the history
  • Loading branch information
vbarda committed Sep 12, 2024
1 parent 1dea7bb commit 2a18e08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run_notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- name: Install dependencies
run: |
poetry install --with docs
poetry run pip install jupyter
if [[ "${{ matrix.core-version }}" != "latest" && "${{ matrix.core-version }}" != "development" ]]; then
poetry run pip install "langchain-core${{ matrix.core-version }}"
fi
Expand Down

0 comments on commit 2a18e08

Please sign in to comment.