Skip to content

Commit 033a3f3

Browse files
fix marimo dependencies
1 parent 5993dbd commit 033a3f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-marimo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: astral-sh/setup-uv@v5
2424

2525
- name: Install dependencies
26-
run: uv add "marimo==1.13.5"
26+
run: uv add marimo
2727

2828
- name: Export Marimo Notebook
2929
env:

0 commit comments

Comments
 (0)