Skip to content

Commit 1fd72b0

Browse files
committed
Install notebook deps in Pages workflow
1 parent 80a37c8 commit 1fd72b0

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ jobs:
3030
- name: Install Typst
3131
uses: typst-community/setup-typst@v4
3232

33+
- name: Install Python packages
34+
run: |
35+
python3 -m pip install --user --upgrade pip
36+
python3 -m pip install --user pandas altair ipython jupyter nbformat
37+
3338
- name: Build site
3439
run: |
3540
typst compile --root . cv/cv.typ cv/Frenken_Robert_CV.pdf

0 commit comments

Comments
 (0)