Skip to content

Commit 116c221

Browse files
committed
Extras
1 parent 2764a80 commit 116c221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_widget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: pnpm exec playwright install --with-deps
2828
working-directory: ./tests-widget
2929
- name: Install vitessce
30-
run: uv sync --extra dev --extra all
30+
run: uv sync --extra dev --extra all --extra notebook
3131
- name: Export Jupyter notebook to HTML
3232
run: uv run jupyter nbconvert --to=html --execute docs/notebooks/widget_from_dict.ipynb
3333
- name: Export Marimo notebook to HTML

0 commit comments

Comments
 (0)