We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 734d725 commit e5dd066Copy full SHA for e5dd066
.github/workflows/publish-marimo.yml
@@ -26,6 +26,8 @@ jobs:
26
run: uv add marimo
27
28
- name: Export Marimo Notebook
29
+ env:
30
+ OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
31
run: |
32
uv run marimo export html data_science_tools/polars_vs_pandas.py -o build/data_science_tools/polars_vs_pandas.html --sandbox
33
uv run marimo export html llm/pydantic_ai_examples.py -o build/llm/pydantic_ai_examples.html --sandbox
0 commit comments