Skip to content

Commit e505d4b

Browse files
committed
build(github): add missing install of nbconvert
1 parent 1276d10 commit e505d4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
libantlr4-runtime-dev antlr4 libssl-dev -yq
2727
pip install setuptools wheel cmake ninja patchelf auditwheel
2828
pip install -r requirements.txt
29-
pip install build
29+
pip install build nbconvert
3030
3131
- name: Check Your Environment
3232
run: |

0 commit comments

Comments
 (0)