Skip to content

Commit c0fad5e

Browse files
committed
Add missing universal_pathlib library to script metadata.
1 parent 55fde3a commit c0fad5e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.github/workflows/deploy-marimo-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Export Marimo notebooks
3131
run: |
32-
pixi run marimo export html-wasm marimo/sec10k-data-review.py -o docs/sec10k-data-review.html --mode edit
32+
pixi run marimo export html-wasm marimo/sec10k-data-review.py -o docs/ --mode edit
3333
3434
- name: Verify generated files
3535
run: |

marimo/sec10k-data-review.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# /// script
2+
# requires-python = ">=3.13"
3+
# dependencies = [
4+
# "matplotlib==3.10.6",
5+
# "matplotx==0.3.10",
6+
# "polars==1.32.3",
7+
# "universal_pathlib==0.2.6",
8+
# ]
9+
# ///
10+
111
import marimo
212

313
__generated_with = "0.15.2"

0 commit comments

Comments
 (0)