We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 322c7e2 commit aa6b7edCopy full SHA for aa6b7ed
.github/workflows/build-publish.yml
@@ -47,7 +47,7 @@ jobs:
47
48
49
- name: Install dependencies
50
- run: pip3 install notebook nbconvert jupyter-book --upgrade
+ run: pip3 install notebook nbconvert jupyter-book nbconvert==6.5.3 --upgrade
51
- name: Test notebooks in parallel
52
run: |
53
python3 -c "from pyvista import start_xvfb; start_xvfb(0.1)"
0 commit comments