Skip to content

Commit 56f3aea

Browse files
committed
Revise Tests for 2025b Onboarding: PandocMissing
1 parent bccfcb6 commit 56f3aea

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build-notebooks-push.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@ jobs:
3030
has_jobs: ${{ steps.gen.outputs.has_jobs }}
3131
steps:
3232
- uses: actions/checkout@v5
33+
- name: Install Pandoc and TeX Live (for PDF) 🧪
34+
run: |
35+
# Update package lists
36+
sudo apt-get update
37+
# Install pandoc AND the required LaTeX packages
38+
sudo apt-get install -y pandoc texlive-xetex texlive-fonts-recommended
39+
3340
3441
- name: Determine targets to build (we want to build everything on push)
3542
run: |

0 commit comments

Comments
 (0)