Adds `nbsphinx` lib to workflow dependencies
This commit is contained in:
piero2c 2022-12-13 00:08:56 -03:00 коммит произвёл Gustavo Rosa
Родитель 5d01832f6f
Коммит 7e2d894cfa
1 изменённых файлов: 1 добавлений и 0 удалений

1
.github/workflows/build-publish-docs.yml поставляемый
Просмотреть файл

@ -30,6 +30,7 @@ jobs:
shell: bash -l {0}
run: |
python -m pip install --user -e .[docs]
python -m pip install nbsphinx
- name: Builds the documentation
shell: bash -l {0}
run: |