File tree Expand file tree Collapse file tree
src/afterpython/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments