Skip to content

Commit aa6b7ed

Browse files
committed
Fix publish CI
1 parent 322c7e2 commit aa6b7ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
4848

4949
- name: Install dependencies
50-
run: pip3 install notebook nbconvert jupyter-book --upgrade
50+
run: pip3 install notebook nbconvert jupyter-book nbconvert==6.5.3 --upgrade
5151
- name: Test notebooks in parallel
5252
run: |
5353
python3 -c "from pyvista import start_xvfb; start_xvfb(0.1)"

0 commit comments

Comments
 (0)