Skip to content

Commit 9236ddf

Browse files
authored
Fix build for jupytext
WIP
1 parent 2c29a70 commit 9236ddf

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/website.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ jobs:
2323
container:
2424
image: firedrakeproject/firedrake-vanilla-default:dev-release
2525
steps:
26+
- install sys
27+
run: |
28+
apt-get update
29+
apt-get install -y pandoc
2630
# Pull the latest changes from the release branch, as we may have just changed to it
2731
- name: Update Firedrake
2832
run: |

0 commit comments

Comments
 (0)