Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:


- name: Install dependencies
run: pip3 install notebook nbconvert jupyter-book nbconvert==6.5.3 --upgrade
run: pip3 install notebook nbconvert jupyter-book --upgrade
- name: Test notebooks in parallel
run: |
python3 -c "from pyvista import start_xvfb; start_xvfb(0.1)"
Expand Down
2 changes: 1 addition & 1 deletion docker/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jupyterlab
jupyter-book

# Notebook conversion
nbconvert==6.5.3
nbconvert

# Meshio
meshio
Expand Down