Skip to content

Commit 4e6266f

Browse files
add dependency
1 parent 353d411 commit 4e6266f

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
@@ -24,7 +24,7 @@ jobs:
2424
python -m pip install --upgrade pip
2525
pip install marimo
2626
# Install any other dependencies needed by your notebooks
27-
pip install pandas polars
27+
pip install pandas polars pyarrow
2828
2929
- name: Export marimo notebook
3030
run: |

0 commit comments

Comments
 (0)