Skip to content

Commit 4c3d496

Browse files
committed
Revise Tests for 2025b Onboarding: PandocMissing
1 parent bccfcb6 commit 4c3d496

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
has_jobs: ${{ steps.gen.outputs.has_jobs }}
3131
steps:
3232
- uses: actions/checkout@v5
33+
- name: Install Pandoc
34+
run: sudo apt-get update && sudo apt-get install -y pandoc
35+
3336

3437
- name: Determine targets to build (we want to build everything on push)
3538
run: |

0 commit comments

Comments
 (0)