Skip to content

Commit

Permalink
install nbconvert and jupyter
Browse files Browse the repository at this point in the history
  • Loading branch information
zsimjee committed Nov 21, 2023
1 parent e4c7989 commit 978b8ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/examples_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: snok/install-poetry@v1

- name: Install dependencies
run: make full; pip install openai==0.28.1; pip install jupyter nbconvert; pip install .
run: make full; pip install openai==0.28.1 jupyter nbconvert; pip install .

- name: Execute notebooks and check for errors
run: |
Expand Down

0 comments on commit 978b8ea

Please sign in to comment.