Skip to content

Commit 4985d23

Browse files
committed
Update render.yml
1 parent a8a205b commit 4985d23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/render.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install Jupyter dependencies
2828
run: |
2929
python -m pip install --upgrade pip
30-
pip install jupyter nbformat nbclient
30+
pip install jupyter nbformat nbclient jupyter-cache
3131
# (Optional) install python & deps if you execute notebooks
3232
# - uses: actions/setup-python@v5
3333
# with: { python-version: '3.11' }

0 commit comments

Comments
 (0)