Skip to content

Commit 5277d4f

Browse files
ci: install marimo in deploy workflow for README.py
1 parent 4ba29dd commit 5277d4f

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,11 @@ jobs:
6363
- name: Install afterpython
6464
run: uv pip install --system afterpython
6565

66+
- name: Install marimo
67+
# Needed by `ap build` when afterpython/README.py is a marimo notebook;
68+
# afterpython shells out to the `marimo` CLI for the WASM export.
69+
run: uv pip install --system marimo
70+
6671
- name: Install website dependencies
6772
run: pnpm install
6873
working-directory: ./afterpython/_website

src/afterpython/templates/deploy-workflow-template.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,11 @@ jobs:
6363
- name: Install afterpython
6464
run: uv pip install --system afterpython
6565

66+
- name: Install marimo
67+
# Needed by `ap build` when afterpython/README.py is a marimo notebook;
68+
# afterpython shells out to the `marimo` CLI for the WASM export.
69+
run: uv pip install --system marimo
70+
6671
- name: Install website dependencies
6772
run: pnpm install
6873
working-directory: ./afterpython/_website

0 commit comments

Comments
 (0)