Skip to content

Commit c9cfd1b

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ jobs:
3030
has_jobs: ${{ steps.gen.outputs.has_jobs }}
3131
steps:
3232
- uses: actions/checkout@v5
33+
- name: Install Pandoc
34+
run: |
35+
sudo apt-get update
36+
sudo apt-get install -y pandoc
37+
3338
3439
- name: Determine targets to build (we want to build everything on push)
3540
run: |

0 commit comments

Comments
 (0)