Skip to content

Commit 1b7f86e

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ 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
3335

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

0 commit comments

Comments
 (0)