Skip to content

Commit aa038a5

Browse files
Copilotjeffreyad
andcommitted
Add Jupyter install step to workflow to fix CI build failure
Co-authored-by: jeffreyad <112705781+jeffreyad@users.noreply.github.com> Agent-Logs-Url: https://github.com/pharmaverse/examples/sessions/6ae9315a-6e59-40ac-a6b1-0e11252d595a
1 parent 22f8595 commit aa038a5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docs.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141
- name: Set up Quarto
4242
uses: quarto-dev/quarto-actions/setup@v2
4343

44+
- name: Install Jupyter
45+
run: python3 -m pip install jupyter
46+
4447
- name: Setup R
4548
uses: r-lib/actions/setup-r@v2
4649

0 commit comments

Comments
 (0)