File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,16 @@ jobs:
19
19
with :
20
20
python-version : ' 3.11'
21
21
22
- - name : Install Marimo
23
- run : pip install marimo
22
+ - name : Install uv
23
+ uses : astral-sh/setup-uv@v5
24
+
25
+ - name : Install dependencies
26
+ run : uv add marimo
24
27
25
28
- name : Export Marimo Notebook
26
29
run : |
27
- marimo export html data_science_tools/polars_vs_pandas.py -o build/data_science_tools/polars_vs_pandas.html --sandbox
28
- marimo export html llm/pydantic_ai_examples.py -o build/llm/pydantic_ai_examples.html --sandbox
30
+ uv run marimo export html data_science_tools/polars_vs_pandas.py -o build/data_science_tools/polars_vs_pandas.html --sandbox
31
+ uv run marimo export html llm/pydantic_ai_examples.py -o build/llm/pydantic_ai_examples.html --sandbox
29
32
30
33
- name : Upload Pages Artifact
31
34
uses : actions/upload-pages-artifact@v3
You can’t perform that action at this time.
0 commit comments